Skip to content

Commit 2bafdad

Browse files
committed
add rq stub page and update changelog
1 parent 8107657 commit 2bafdad

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>
1130511306
attention.</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>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

future-directions.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ <h2>Tactical improvements</h2>
6868
attention.</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>

source/content/pages/12-meta/01-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

source/content/pages/12-meta/04-future-directions.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Every page on Full Stack Python is a work-in-progress that can always
4747
use improvements. The following items on this list need some love and
4848
attention.
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

0 commit comments

Comments
 (0)