-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Make send report message from discord a celery task. #3089
Conversation
❌ pre-commit failed. |
❌ pre-commit failed. |
❌ pre-commit failed. |
I have done most of what was required for the ticket.. the next step will be how to test if this is working. If anyone has idea on how to test this, please do let me know.. @olliestanley |
If you run |
❌ pre-commit failed. |
@@ -117,7 +117,7 @@ services: | |||
build: | |||
dockerfile: docker/Dockerfile.backend-worker | |||
context: . | |||
command: celery -A oasst_backend.celery_worker worker -l info | |||
command: celery -A oasst_backend.celery_worker worker -l info -E |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the -E
flag for here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The -E flag hel to list all the task in the worker
❌ pre-commit failed. |
@espoirMur could you resolve the conflicts please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, also for cleanup of readme! :-)
Fixes #2992