diff --git a/api/config/general.php b/api/config/general.php index e98df902..129d317a 100755 --- a/api/config/general.php +++ b/api/config/general.php @@ -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,