Skip to content

Commit 71e7b8c

Browse files
committed
wip
1 parent 2f0717b commit 71e7b8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • common/etc/s6-overlay/s6-rc.d

common/etc/s6-overlay/s6-rc.d/queue/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ "$QUEUE_ENABLED" = "true" ]; then
44
echo "Queue is enabled"
5-
artisan queue:work \
5+
php "$APP_BASE_DIR/artisan" queue:work \
66
--max-jobs $QUEUE_MAX_JOBS \
77
--sleep $QUEUE_SLEEP \
88
--rest $QUEUE_REST \

common/etc/s6-overlay/s6-rc.d/schedule/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ "$SCHEDULE_ENABLED" = "true" ]; then
44
echo "Schedule is enabled"
5-
artisan schedule:work --whisper
5+
php "$APP_BASE_DIR/artisan" schedule:work --whisper
66
else
77
echo "Schedule is disabled"
88
s6-svc -Od .

0 commit comments

Comments
 (0)