-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(rq): add section on task queues #83
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is my review, the docker run commands in section 6 should also be updated with the <insert your Redis url here>
docs/docs/12_task_queues_emails/01_send_emails_python_mailgun/README.md
Outdated
Show resolved
Hide resolved
docs/docs/12_task_queues_emails/01_send_emails_python_mailgun/end/.flaskenv
Show resolved
Hide resolved
docs/docs/12_task_queues_emails/04_populate_rq_task_queue/README.md
Outdated
Show resolved
Hide resolved
docs/docs/12_task_queues_emails/04_populate_rq_task_queue/README.md
Outdated
Show resolved
Hide resolved
docs/docs/12_task_queues_emails/05_rq_background_worker/README.md
Outdated
Show resolved
Hide resolved
docs/docs/12_task_queues_emails/05_rq_background_worker/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
One thing that came to my attention is that the .flaskenv
files have the FLASK_ENV=debug
instead FLASK_DEBUG=True
Adds an entirely new section and a few lectures!
Task queues with
rq
and email sendingrq
task queuerq
background worker