Skip to content

Commit

Permalink
Remove rq_worker mention in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Apr 7, 2024
1 parent 0ad71a3 commit f64d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This project aims to create a song book for storing, managing and viewing songs.
* Set `TENANT_HOSTNAME` to the hostname that the site should use
* Setup gunicorn or any other WSGI server
* Setup Worker
* `poetry run python manage.py rqworker default --with-scheduler`
* `poetry run python manage.py run_huey --worker-type process`
* Responsible for async PDF generation
* Setup NGINX or any other reverse proxy to expose the website

Expand Down

0 comments on commit f64d5c3

Please sign in to comment.