Skip to content

Commit

Permalink
Merge pull request #151 from lsst-epo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ericdrosas87 authored Sep 5, 2024
2 parents 69a6d85 + 5b1c543 commit 444578c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
--quiet \
--image-url=gcr.io/edc-prod-eef0/investigations-api:${{ github.sha }} \
--promote \
--version=${{ env.version_name }} \
--project=edc-prod-eef0
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 444578c

Please sign in to comment.