Skip to content

Commit

Permalink
Queue TTR configurable via env var
Browse files Browse the repository at this point in the history
Queue TTR configurable via env var
  • Loading branch information
ericdrosas87 committed Sep 4, 2024
1 parent b09d0e2 commit 5b1c543
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
],
'keyPrefix' => App::env('APP_ID') ?: 'CraftCMS',
],
'queue' => [
'class' => craft\queue\Queue::class,
'ttr' => App::env('QUEUE_TTR'),
],
],
'bootstrap' => ['investigations'],
//'bootstrap' => ['my-module'],
Expand Down

0 comments on commit 5b1c543

Please sign in to comment.