- Notifications
You must be signed in to change notification settings - Fork1.5k
feat(rq): add section on task queues#83
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vercelbot commentedOct 12, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel 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 OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/01_send_emails_python_mailgun/end/.flaskenvShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/04_populate_rq_task_queue/README.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/04_populate_rq_task_queue/README.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/05_rq_background_worker/README.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/05_rq_background_worker/README.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
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 theFLASK_ENV=debug
insteadFLASK_DEBUG=True
Uh oh!
There was an error while loading.Please reload this page.
Adds an entirely new section and a few lectures!
Task queues with
rq
and email sendingrq
task queuerq
background worker