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
Hi. When i try add litte number seconds in param delay - it working, i await and get execute planing task.
But if i try add large number seconds(next 1 day, next 1 week and etc.) then when the time expires, I do not receive the task execution :(
In dramatiq, everything works.
Ignoring even for 3 minutes
The text was updated successfully, but these errors were encountered:
Hi. Sorry for long reply. Instead of using delay which is implemented using hack over AMQP, for large delays please consider using schedulers. Currently we can offer Redis scheduler as a dynamic scheduler which you can populate in runtime.
Hi. When i try add litte number seconds in param
delay
- it working, i await and get execute planing task.But if i try add large number seconds(next 1 day, next 1 week and etc.) then when the time expires, I do not receive the task execution :(
In dramatiq, everything works.
Ignoring even for 3 minutes
The text was updated successfully, but these errors were encountered: