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

Integrate celery to support asynchronous tasks #3

Open
wants to merge 1 commit into
base: extensibility
Choose a base branch
from
Open

Integrate celery to support asynchronous tasks #3

wants to merge 1 commit into from

Conversation

recvfrom
Copy link

Integrates celery into FIRST to support the execution of
asynchronous tasks. Also:

  • Adds 'apt-get clean' to the Dockerfile to avoid these
    errors, which I was encountering occasionally:

    Err:118 http://security.ubuntu.com/ubuntu xenial-security/main amd64 mysql-common all 5.7.21-0ubuntu0.16.04.1
    404 Not Found [IP: 91.189.88.149 80]

  • Adds '--no-input' to 'python manage.py collectstatic' to avoid errors
    sometimes overwriting /home/first

  • Moves the DB ready check below the app requirements installation
    to improve webserver start-up time

Integrates celery into FIRST to support the execution of
asyncronous tasks.  Also:
 - Adds 'apt-get clean' to the Dockerfile to avoid these
   errors, which I was encountering occasionally:

   Err:118 http://security.ubuntu.com/ubuntu xenial-security/main amd64 mysql-common all 5.7.21-0ubuntu0.16.04.1
      404  Not Found [IP: 91.189.88.149 80]

 - Adds '--no-input' to 'python manage.py collectstatic' to avoid errors
   sometimes overwriting /home/first

 - Moves the DB ready check below the app requirements installation
   to improve webserver start-up time
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.

1 participant