You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is a presentation for what task queues are and why they are needed. </p>
2709
2709
</li>
2710
2710
<li>
2711
+
<p>Flask by Example <ahref="https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/">Implementing a Redis Task Queue</a>
2712
+
provides a detailed walkthrough of setting up workers to use RQ with
2713
+
Redis.</p>
2714
+
</li>
2715
+
<li>
2711
2716
<p><ahref="https://www.digitalocean.com/community/articles/how-to-use-celery-with-rabbitmq-to-queue-tasks-on-an-ubuntu-vps">How to use Celery with RabbitMQ</a>
2712
2717
is a detailed walkthrough for using these tools on an Ubuntu VPS.</p>
is a presentation for what task queues are and why they are needed. </p>
144
144
</li>
145
145
<li>
146
+
<p>Flask by Example <ahref="https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/">Implementing a Redis Task Queue</a>
147
+
provides a detailed walkthrough of setting up workers to use RQ with
148
+
Redis.</p>
149
+
</li>
150
+
<li>
146
151
<p><ahref="https://www.digitalocean.com/community/articles/how-to-use-celery-with-rabbitmq-to-queue-tasks-on-an-ubuntu-vps">How to use Celery with RabbitMQ</a>
147
152
is a detailed walkthrough for using these tools on an Ubuntu VPS.</p>
0 commit comments