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
This is how I try to restore jobs from Redis (I need a job to run every 5 minutes regardless if the API crashed or not, it has to restore that task, keep it unique and going).
But I can't seem to be able to force it to start. If I start it manually - it works. It also finds it (it sees it in schedules variable), but it just doesn't start it. Any ideas?
The text was updated successfully, but these errors were encountered:
This is how I try to restore jobs from Redis (I need a job to run every 5 minutes regardless if the API crashed or not, it has to restore that task, keep it unique and going).
But I can't seem to be able to force it to start. If I start it manually - it works. It also finds it (it sees it in
schedules
variable), but it just doesn't start it. Any ideas?The text was updated successfully, but these errors were encountered: