Skip to content

Commit

Permalink
🐛 Fix celery in Kittyhawk (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q authored Oct 20, 2024
1 parent 5823e50 commit 6566af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export class MyChart extends PennLabsChart {
secret,
cmd: [
'celery',
'worker',
'-A',
'PennCourses',
'worker',
'-Q',
'alerts,celery',
'-linfo',
Expand Down

0 comments on commit 6566af8

Please sign in to comment.