Skip to content

Commit

Permalink
Merge pull request #17 from internetstandards/stitch-patch-1
Browse files Browse the repository at this point in the history
add kickoff queues to the normal worker
  • Loading branch information
stitch authored Nov 8, 2023
2 parents 209a735 + 0ae865c commit b5fdf41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Boltdir/modules/dashboard/manifests/app.pp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
'C_FORCE_ROOT=1',
"SENTRY_DSN=${sentry_dsn}",
],
command => 'celery_dashboard worker -Q storage,celery,isolated',
# for some reason redis tells us that kickoff3 exists, might be a glitch and that it's just kickoff...
command => 'celery_dashboard worker -Q storage,celery,isolated,kickoff,kickoff1,kickoff2,kickoff3,kickoff4',
}

::docker::run { 'dashboard-worker-reporting':
Expand Down

0 comments on commit b5fdf41

Please sign in to comment.