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

Make it work to run async tasks #904

Merged
merged 1 commit into from Feb 27, 2021
Merged

Conversation

tkdchen
Copy link
Member

@tkdchen tkdchen commented Feb 27, 2021

Running asynchronous tasks involves following items:

  • CELERY_* settings are cleaned up. Useless and invalid settings are
    removed.
  • Add new Dockerfile-worker to build the worker image.
  • docker-compose file is modified to run a messaging queue and configure
    the web and worker containers to work together.
  • CI workflows are updated to build and push the worker image.

Signed-off-by: Chenxiong Qi qcxhome@gmail.com

@tkdchen tkdchen linked an issue Feb 27, 2021 that may be closed by this pull request
Running asynchronous tasks involves following items:

* CELERY_* settings are cleaned up. Useless and invalid settings are
  removed.
* Add new Dockerfile-worker to build the worker image.
* docker-compose file is modified to run a messaging queue and configure
  the web and worker containers to work together.
* CI workflows are updated to build and push the worker image.

Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
@coveralls
Copy link

coveralls commented Feb 27, 2021

Coverage Status

Coverage remained the same at 77.156% when pulling a24e9f5 on tkdchen:run-async-task into 5cd6c32 on Nitrate:develop.

@tkdchen tkdchen merged commit 3f26c4d into Nitrate:develop Feb 27, 2021
@tkdchen tkdchen deleted the run-async-task branch February 27, 2021 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure to run task asynchronously in the docker-compose
2 participants