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
I'm trying to use enqueue/pheanstalk with the symfony bundle.
Messages without delay are processed without error.
If I send a message with delay, the setDeliveryDelay method in PheanstalkProducer will throw an exception.
Was someone able to use delayed jobs with beanstalkd and enqueue ?
The text was updated successfully, but these errors were encountered:
I'm trying to use enqueue/pheanstalk with the symfony bundle.

Messages without delay are processed without error.
If I send a message with delay, the
setDeliveryDelay
method inPheanstalkProducer
will throw an exception.Was someone able to use delayed jobs with beanstalkd and enqueue ?
The text was updated successfully, but these errors were encountered: