Replies: 1 comment
-
Additionally to the message that jobs are currently not processed, there should be a message when job processing is resumed. |
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.
-
The Artisan commands that process the queue jobs do not work in maintenance mode, but no message is displayed to indicate this. For example, the
artisan queue:listen
command displays the following message:The problem is that even though the jobs are not actually processed. I know that this behaviour is documented here, but I suggest displaying a warning/error message if maintenance mode is active and only displaying the current one if the
--force
option has been used.It would also be useful to show a flag or warning in the
artisan queue:monitor
command.Beta Was this translation helpful? Give feedback.
All reactions