We want to schedule a procedure daily. I set the schedule as every minute to test. The procedure does not have any parameters. It is sending the task to the background jobs when I run it manually. However, it does not work while we are scheduled. The schedule is not sending the task to the background job. There can be a problem with parameters, queues, or something else. From where do database schedules trigger? And How can we schedule database tasks?