Skip to content

Commit

Permalink
Merge pull request #234 from uktrade/LTD-4630-background-task-references
Browse files Browse the repository at this point in the history
LTD-4630: Remove references to process_tasks management command
  • Loading branch information
saruniitr authored Feb 15, 2024
2 parents bc7c064 + 4b76465 commit 2aff0a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ cov-report:
run-icms:
docker-compose -f docker-compose.yml -f docker-compose-icms.yml up --build -d

process-tasks:
docker exec -it lite-hmrc-intg pipenv run ./manage.py process_tasks --log-std

# e.g. make pipenv COMMAND="install --dev requests-mock"
pipenv:
docker exec -it lite-hmrc-intg pipenv ${COMMAND}
1 change: 0 additions & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# See gunicorn.conf.py for more configuration.
web: python manage.py migrate && gunicorn conf.wsgi:application
worker: python manage.py process_tasks --log-std
celeryworker: celery -A conf worker -l info
celerybeat: celery -A conf beat -l info
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ To run in docker do the following
- Initial setup (run once):
- Run migrations: `make migrate`
- Create super user: `make createsuperuser`
- Start the task runner: `make process-tasks`


### Running locally
Expand Down

0 comments on commit 2aff0a3

Please sign in to comment.