Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix celery in Kittyhawk #677

Merged
merged 1 commit into from
Oct 20, 2024
Merged

🐛 Fix celery in Kittyhawk #677

merged 1 commit into from
Oct 20, 2024

Conversation

joyliu-q
Copy link
Contributor

No description provided.

Copy link
Contributor

@Clue88 Clue88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems legit

@Clue88
Copy link
Contributor

Clue88 commented Oct 20, 2024

│ You are using `-A` as an option of the worker sub-command:                                                                                                       │
│ celery worker -A celeryapp <...>                                                                                                                                 │
│                                                                                                                                                                  │
│ The support for this usage was removed in Celery 5.0. Instead you should use `-A` as a global option:                                                            │
│ celery -A celeryapp worker <...>                                                                                                                                 │
│ Usage: celery worker [OPTIONS]                                                                                                                                   │
│ Try 'celery worker --help' for help.                                                                                                                             │
│                                                                                                                                                                  │
│ Error: No such option: -A                                                                                                                                        │
│ Stream closed EOF for default/penn-courses-celery-696bd7b6fb-8xzjs (worker)   

^ including this context for posterity

@joyliu-q joyliu-q merged commit 6566af8 into master Oct 20, 2024
13 checks passed
@joyliu-q joyliu-q deleted the joy/fix-celery-2 branch October 20, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants