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 authored and blnkt committed Oct 4, 2023
1 parent 8110469 commit b4225fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
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 b4225fb

Please sign in to comment.