File tree Expand file tree Collapse file tree 5 files changed +14
-0
lines changed
source/content/pages/12-meta Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10600,6 +10600,7 @@ <h1>Change Log</h1>
1060010600<h2>2017</h2>
1060110601<h3>January</h3>
1060210602<ul>
10603+ <li>Add <a href="/redis-queue-rq.html">RQ</a> stub page.</li>
1060310604<li>Broke out <a href="/celery.html">Celery</a> into its own page and cleaned up
1060410605 <a href="/task-queues.html">task queue</a> resources.</li>
1060510606<li>Buffed up the number of <a href="/mongodb.html">MongoDB</a> resources.</li>
@@ -11305,6 +11306,10 @@ <h2>Tactical improvements</h2>
1130511306attention.</p>
1130611307<ul>
1130711308<li>
11309+ <p><a href="/redis-queue.html">RQ</a>: Add "Comparing Celery and RQ" and
11310+ "when is RQ useful?" sections.</p>
11311+ </li>
11312+ <li>
1130811313<p><a href="/celery.html">Celery</a>: Add graphics to show how Celeryd and Celerybeat
1130911314 work. Also add section on comparing Celery to other task queues.</p>
1131011315</li>
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ <h1>Change Log</h1>
4343< h2 > 2017</ h2 >
4444< h3 > January</ h3 >
4545< ul >
46+ < li > Add < a href ="/redis-queue-rq.html "> RQ</ a > stub page.</ li >
4647< li > Broke out < a href ="/celery.html "> Celery</ a > into its own page and cleaned up
4748 < a href ="/task-queues.html "> task queue</ a > resources.</ li >
4849< li > Buffed up the number of < a href ="/mongodb.html "> MongoDB</ a > resources.</ li >
Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ <h2>Tactical improvements</h2>
6868attention.</ p >
6969< ul >
7070< li >
71+ < p > < a href ="/redis-queue.html "> RQ</ a > : Add "Comparing Celery and RQ" and
72+ "when is RQ useful?" sections.</ p >
73+ </ li >
74+ < li >
7175< p > < a href ="/celery.html "> Celery</ a > : Add graphics to show how Celeryd and Celerybeat
7276 work. Also add section on comparing Celery to other task queues.</ p >
7377</ li >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ inception in December 2012. You can view detailed changes via the
1515
1616## 2017
1717### January
18+ * Add [ RQ] ( /redis-queue-rq.html ) stub page.
1819* Broke out [ Celery] ( /celery.html ) into its own page and cleaned up
1920 [ task queue] ( /task-queues.html ) resources.
2021* Buffed up the number of [ MongoDB] ( /mongodb.html ) resources.
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ Every page on Full Stack Python is a work-in-progress that can always
4747use improvements. The following items on this list need some love and
4848attention.
4949
50+ * [ RQ] ( /redis-queue.html ) : Add "Comparing Celery and RQ" and
51+ "when is RQ useful?" sections.
52+
5053* [ Celery] ( /celery.html ) : Add graphics to show how Celeryd and Celerybeat
5154 work. Also add section on comparing Celery to other task queues.
5255
You can’t perform that action at this time.
0 commit comments