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
I just wanna know is there a way by which we can change the schedule of a job by its name
e.g. I have created a job "Task" which is intended to execute after 5 hours. But after adding this task i want to update the the schedule of "Task" so that it will execute after 2 hours.
I know we can do it by removing the task from queue and inserting same task with a different schedule but its not proper way of updating schedule
The text was updated successfully, but these errors were encountered:
I just wanna know is there a way by which we can change the schedule of a job by its name
e.g. I have created a job "Task" which is intended to execute after 5 hours. But after adding this task i want to update the the schedule of "Task" so that it will execute after 2 hours.
I know we can do it by removing the task from queue and inserting same task with a different schedule but its not proper way of updating schedule
The text was updated successfully, but these errors were encountered: