Skip to content

Commit

Permalink
Disabled automatic queue job running
Browse files Browse the repository at this point in the history
Disabled automatic queue job running
  • Loading branch information
ericdrosas87 committed Jul 31, 2024
1 parent 02ddfb1 commit aa6d607
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 [
'*' => [
// 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 aa6d607

Please sign in to comment.