You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Job should ideally be executed at given time; but when time arrives scheduler do not execute the job or even could not see the logs
I even tried with interval trigger but most of the time jobs were missed.
I have 3 jobs similar to auto_denied_appointment that need to execute at specific time.
The text was updated successfully, but these errors were encountered:
I'm using this library for my project. I wanted to execute few jobs at a specific time. For example:
And here is my task
here is the code for add job
Job should ideally be executed at given time; but when time arrives scheduler do not execute the job or even could not see the logs
I even tried with
interval
trigger but most of the time jobs were missed.I have 3 jobs similar to
auto_denied_appointment
that need to execute at specific time.The text was updated successfully, but these errors were encountered: