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. |
| 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.
What is the -E flag for here?
There was a problem hiding this comment.
The -E flag hel to list all the task in the worker
|
❌ pre-commit failed. |
|
@espoirMur could you resolve the conflicts please? |
andreaskoepf
left a comment
There was a problem hiding this comment.
Thanks a lot, also for cleanup of readme! :-)
Fixes #2992