24 Commits

Author SHA1 Message Date
Dustin Blanchard
960f72a1d0 DOCS: Correct health check import in examples.rst (#110)
* Correct health check import in examples.rst

* Update monitor.rst

---------

Co-authored-by: Stan Triepels <1939656+GDay@users.noreply.github.com>
2023-09-05 17:05:47 +02:00
Stan Triepels
d32d3f5a09 Docs updates (#6)
* Update django docs links to 4.0
* Update Django Q to Django Q2
* Use different theme to make difference more clear between the original and this forked one
* Added info notice about this fork
* Some small layout/typo fixes
2022-10-13 01:38:24 +02:00
Ilan Steemers
d2709d707d Fixes title underline length 2021-02-11 19:16:54 +01:00
Sean Fairbanks
24ac5b33f8 Add example of health check url
An example of a local python http server which returns a 200 or 500 response depending on cluster health.
2021-02-09 22:22:46 -08:00
Ilan Steemers
70a3296a6f Example with f-string 2020-06-15 15:59:56 +02:00
Ilan Steemers
acebdaa850 Renames async/enqueue to async_task. 2018-08-01 15:20:34 +02:00
Pierre-Elliott Bécue
ae75a84f7f Replaces async occurrences with alternatives
* async is now a reserved word in python3.7
 * Rename async function to enqueue
 * Rename all async_ functions to enqueue_
 * Rename Async class to AsyncTask
 * Updates the docs.
2018-07-07 21:33:43 +02:00
Ilan Steemers
f5197ac912 docs: added Async class
Also moved Group, Iterable and Chain to their own pages because the Task page was getting too big.

v0.7.11
2015-10-28 12:06:18 +01:00
Ilan Steemers
993d305fc9 docs: example paste error 2015-10-08 13:57:21 +02:00
Ilan Steemers
bd242b9de3 docs: minor tweaks to cached group example 2015-10-07 13:55:13 +02:00
Ilan Steemers
efed61f786 docs: some tweaks on the new functions 2015-10-04 16:47:42 +02:00
Ilan Steemers
5d6efbb3bb docs: updated group example 2015-10-04 14:36:42 +02:00
Ilan Steemers
6c81840047 docs: updated management command example 2015-09-26 10:52:19 +02:00
Ilan Steemers
7847e3b560 docs: adds shell command example 2015-09-26 10:51:03 +02:00
Ilan Steemers
cef48da789 removes root imports for django 1.9
Updated docs to promote submodule imports
2015-09-24 15:41:32 +02:00
Ilan Steemers
f7d30561a2 docs: group functions for task instances
updated group example to reflect easier syntax.
2015-09-16 17:01:23 +02:00
Ilan Steemers
cc178df2b1 #56 fakes setting cpu_affinity on unsupported platforms 2015-09-09 13:25:27 +02:00
Ilan
6ca899cdfc adds Haystack example 2015-07-23 14:41:56 +02:00
Ilan
7a57253345 Added a group example 2015-07-19 15:55:58 +02:00
Ilan
6826e75a37 docs: Added a report example
Also added  a test based on the example.
2015-07-16 14:03:07 +02:00
Ilan
d92f71c470 docs: changed header 2015-07-15 09:33:54 +02:00
Ilan
49e407f1c2 docs: some tweaks 2015-07-13 17:57:17 +02:00
Ilan
5dc21ce64a docs: fixed typo 2015-07-13 15:40:48 +02:00
Ilan
cff01c30aa Adding examples to the docs 2015-07-13 13:36:47 +02:00