Open ArtemIsmagilov opened 10 months ago
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.
Ok, thank you
Try use rabbitmq-delayed-message-exchange-plugin.
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