Skip to content

Commit

Permalink
Override runQueueAutomatically default value
Browse files Browse the repository at this point in the history
EPO-8521 Override runQueueAutomatically default value for supervisord
  • Loading branch information
ericdrosas87 committed Sep 27, 2023
1 parent 31b0e43 commit 46150a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
return [
// Global settings
'*' => [
// Disable automatic running of queue jobs upon page loads in CP, which causes queue jobs to fail
// Supervisord now handles running queue jobs
'runQueueAutomatically' => false,
// Default Week Start Day (0 = Sunday, 1 = Monday...)
'defaultWeekStartDay' => 1,

Expand Down

0 comments on commit 46150a9

Please sign in to comment.