Skip to content

Commit 2a4f665

Browse files
committed
update changelog
1 parent b5240dd commit 2a4f665

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10571,6 +10571,8 @@ <h1>Change Log</h1>
1057110571
<h2>2017</h2>
1057210572
<h3>January</h3>
1057310573
<ul>
10574+
<li>Broke out <a href="/celery.html">Celery</a> into its own page and cleaned up
10575+
<a href="/task-queues.html">task queue</a> resources.</li>
1057410576
<li>Buffed up the number of <a href="/mongodb.html">MongoDB</a> resources.</li>
1057510577
<li>Added more specific web frameworks such as Sanic and Tornado to the
1057610578
<a href="/table-of-contents.html">table of contents</a>. Pages will be created later.</li>
@@ -11274,6 +11276,10 @@ <h2>Tactical improvements</h2>
1127411276
attention.</p>
1127511277
<ul>
1127611278
<li>
11279+
<p><a href="/celery.html">Celery</a>: Add graphics to show how Celeryd and Celerybeat
11280+
work. Also add section on comparing Celery to other task queues.</p>
11281+
</li>
11282+
<li>
1127711283
<p><a href="/apache-cassandra.html">Apache Cassandra</a>: Add "why use cassandra?"
1127811284
and "what is CQL?" sections.</p>
1127911285
</li>

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ <h1>Change Log</h1>
4343
<h2>2017</h2>
4444
<h3>January</h3>
4545
<ul>
46+
<li>Broke out <a href="/celery.html">Celery</a> into its own page and cleaned up
47+
<a href="/task-queues.html">task queue</a> resources.</li>
4648
<li>Buffed up the number of <a href="/mongodb.html">MongoDB</a> resources.</li>
4749
<li>Added more specific web frameworks such as Sanic and Tornado to the
4850
<a href="/table-of-contents.html">table of contents</a>. Pages will be created later.</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="/celery.html">Celery</a>: Add graphics to show how Celeryd and Celerybeat
72+
work. Also add section on comparing Celery to other task queues.</p>
73+
</li>
74+
<li>
7175
<p><a href="/apache-cassandra.html">Apache Cassandra</a>: Add "why use cassandra?"
7276
and "what is CQL?" sections.</p>
7377
</li>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ inception in December 2012. You can view detailed changes via the
1515

1616
## 2017
1717
### January
18+
* Broke out [Celery](/celery.html) into its own page and cleaned up
19+
[task queue](/task-queues.html) resources.
1820
* Buffed up the number of [MongoDB](/mongodb.html) resources.
1921
* Added more specific web frameworks such as Sanic and Tornado to the
2022
[table of contents](/table-of-contents.html). Pages will be created later.

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+
* [Celery](/celery.html): Add graphics to show how Celeryd and Celerybeat
51+
work. Also add section on comparing Celery to other task queues.
52+
5053
* [Apache Cassandra](/apache-cassandra.html): Add "why use cassandra?"
5154
and "what is CQL?" sections.
5255

0 commit comments

Comments
 (0)