Replies: 1 comment
-
Maybe this works. ` use Illuminate\Bus\Queueable; class ParentJob implements ShouldQueue
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel 9 & Beanstalkd
When trying to release a job back to the queue with a delay, it is ignored. Below is the logging, supervisor command, and test code I'm using. Previously, this worked in Laravel. Watching the Beanstalk console, I see the job run once and it's simply done. Never runs again.
Did something change lately? Or am I missing something?
Log
Supervisor
Code
Edit: The above works correctly. Apparently it's some issue when using my testing subdomain even thought it's the same code.
Beta Was this translation helpful? Give feedback.
All reactions