Skip to content

Commit

Permalink
🐛 Fix celery
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Aug 30, 2024
1 parent cf28a29 commit b099ee6
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 @@ -26,7 +26,7 @@ export class MyChart extends PennLabsChart {
deployment: {
image: backendImage,
secret,
cmd: ['celery', 'worker', '-A', 'PennCourses', '-Q', 'alerts,celery', '-linfo'],
cmd: ['celery', '-A', 'PennCourses', 'worker', '-Q', 'alerts,celery', '-linfo'],
},
djangoSettingsModule: 'PennCourses.settings.production',
});
Expand Down

0 comments on commit b099ee6

Please sign in to comment.