Named Queue is not working in laravel Forge but works locally #3917
sohailahmad07
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi my Laravel queue is working fine locally but the job is not adding to the named queue in a forge (the job to the default queue is added)
the problem is the job is not add to the invitation queue at all when i run
queue:monitor invitations
the result is 0 but i should be 1 and that happen only on forge
this code work in both forge and locally but i don't want a default queue
this code does not work in forge but works locally
Beta Was this translation helpful? Give feedback.
All reactions