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
dbal table specs are delayed_until int(11).
Remember this, if you switch to microseconds. In the mean time I'll set the message delay to s * 1000 to get this work
Let's assume we have a message like
Based on the documentation, the delay is in seconds.
In DbalProducer.php you act on the assumption, that you are not working with seconds, divide them with 1000 and making it all useless.
If you need a delay of 1 day (86400s), you'll only get 1 minute and 26 seconds
The text was updated successfully, but these errors were encountered: