Skip to content

Commit b9a67a3

Browse files
authored
chore: improve queue-work info (#10)
1 parent cb852cd commit b9a67a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

common/usr/local/bin/queue-work

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#!/bin/sh
22

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+
315
artisan queue:work \
416
--max-jobs $QUEUE_MAX_JOBS \
517
--sleep $QUEUE_SLEEP \

0 commit comments

Comments
 (0)