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
<div class="well see-also">RQ is an implementation of the <a href="/task-queues.html">task queue</a> concept. Learn more in the <a href="/web-development.html">web development</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
information on design decisions and how to use RQ in your projects.</p>
5003
+
</li>
5004
+
<li>
5005
+
<p><a href="https://www.twilio.com/blog/2015/11/international-space-station-notifications-with-python-redis-queue-and-twilio-copilot.html">International Space Station notifications with Python and Redis Queue (RQ)</a>
5006
+
shows how to combine the RQ task queue library with Flask to send
5007
+
text message notifications every time a condition is met - in this blog
5008
+
post's case that the ISS is currently flying over your location on
5009
+
Earth.</p>
5010
+
</li>
5011
+
<li>
5012
+
<p><a href="https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/">Flask by Example - Implementing a Redis Task Queue</a>
5013
+
explains how to install and use RQ in a <a href="/flask.html">Flask</a> application.</p>
5014
+
</li>
5015
+
<li>
5016
+
<p><a href="http://blog.ashnab.com/task-queues-and-python-rq/">Task Queues and Python RQ</a>
5017
+
provides a good explanation for how to use RQ in a <a href="/django.html">Django</a>
5018
+
project.</p>
5019
+
</li>
4991
5020
</ul>
4992
5021
<h1>Microservices</h1>
4993
5022
<p>Microservices are an application architecture style where independent,
0 commit comments