We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb852cd commit 40a7c55Copy full SHA for 40a7c55
1 file changed
common/usr/local/bin/queue-work
@@ -1,5 +1,17 @@
1
#!/bin/sh
2
3
+echo '
4
+-------------------------------------
5
+🚀 Laravel queue worker
6
7
+🛠️ Configuration
8
+• MAX_JOBS: '"$QUEUE_MAX_JOBS"'
9
+• SLEEP: '"$QUEUE_SLEEP"'
10
+• REST: '"$QUEUE_REST"'
11
+• TIMEOUT: '"$QUEUE_TIMEOUT"'
12
+• TRIES: '"$QUEUE_TRIES"'
13
+'
14
+
15
artisan queue:work \
16
--max-jobs $QUEUE_MAX_JOBS \
17
--sleep $QUEUE_SLEEP \
0 commit comments