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
Hello, Thanks for the great library and it help me a lot in my project. I have a special request not sure how to do, wish you can give help. I create a job to be executed in 30 seconds, I use enqueuer.EnqueueIn (jobName, 30, work.Q{param...})to add it to zset of redis. If the job is executed in 30 seconds but failed, I want it can be rescheduled to be executed for another time but should be executed right after it is failed (or just wait x seconds, here x < 30) . That means when it is added to retry queue, its score should be changed, so it will not wait another 30seconds. Is it possbile?
The text was updated successfully, but these errors were encountered:
Hello, Thanks for the great library and it help me a lot in my project. I have a special request not sure how to do, wish you can give help. I create a job to be executed in 30 seconds, I use enqueuer.EnqueueIn (jobName, 30, work.Q{param...})to add it to zset of redis. If the job is executed in 30 seconds but failed, I want it can be rescheduled to be executed for another time but should be executed right after it is failed (or just wait x seconds, here x < 30) . That means when it is added to retry queue, its score should be changed, so it will not wait another 30seconds. Is it possbile?
The text was updated successfully, but these errors were encountered: