Daniel Welch
f5e62bb624
documentation for error reporter plugin system
2017-10-03 17:04:37 -04:00
Ilan Steemers
07cc06d1f0
Merge pull request #220 from abompard/signals
...
Adds basic signals
2017-04-05 16:28:05 +03:00
ilan
81fdfa6abe
Updates version and supported versions
2017-04-05 14:43:44 +03:00
Wirasto S. Karim
265a85629e
Update tasks.rst
2017-03-06 22:56:15 +08:00
Aurélien Bompard
77c5bb0737
Add signals
...
Fixes #219
2017-03-03 14:25:04 +01:00
Yann Pomarede
aa667b40d4
daemonize_workers option
2016-12-05 14:55:42 +01:00
Ilan Steemers
82f3cbdf28
Merge pull request #197 from GabLeRoux/patch-1
...
supervisor example in Cluster documentation fix #196
2016-11-28 11:24:37 +01:00
Ilan Steemers
9ac0682bd3
Merge pull request #187 from pyprism/patch-1
...
Update brokers.rst
2016-11-28 11:13:39 +01:00
Ronald van Zon
64ba6a9e5a
Explaining how to handle tasks async with qcluster
2016-11-15 15:26:45 +01:00
Gabriel Le Breton
dfa0920a74
supervisor example in Cluster documentation Closes #196
2016-10-05 12:35:30 -04:00
Ashutosh Das
48100ef83b
Update brokers.rst
2016-08-12 12:35:23 +06:00
ilan
09a9511341
Django 1.8.14, 1.9.8 and 1.10rc1
2016-07-21 15:26:12 +02:00
Vladimir Rychkov
cadbc9f220
exception raised if guard_cycle configured not in range (0, 60)
2016-07-13 09:44:26 +01:00
Vladimir Rychkov
1a1385dfba
Guard loop sleep made configurable
2016-07-12 13:08:17 +01:00
Ilan Steemers
778607b2cd
version 0.7.18
2016-06-07 17:47:00 +02:00
Ilan Steemers
c5d637feee
Upgrades reference to Django 1.9.7
2016-06-07 16:48:41 +02:00
Ilan Steemers
8558c58d28
Merge remote-tracking branch 'origin/master'
...
ed00/django-q
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-06-07 16:08:13 +02:00
Ilan Steemers
1895014346
Updates to Django 1.9.6 and 1.8.13
2016-05-15 11:08:34 +02:00
Ilan Steemers
4a5ea5a9d4
v0.7.17
2016-04-24 15:42:38 +02:00
Ilan Steemers
2bc8c202c8
Updates docs for latest Django versions
2016-04-12 18:23:40 +02:00
Ilan Steemers
cbf6fc5a77
v0.7.16
2016-03-07 13:49:09 +01:00
Ilan Steemers
128d269c4f
Updates Django to 1.9.4 and 1.8.11
2016-03-07 13:13:46 +01:00
Ilan Steemers
0a8f2e7e72
Adds optional task_name argument
...
Makes it possible to name the task yourself.
2016-02-24 10:44:47 +01:00
Ilan Steemers
f36861c0d7
Updates to Django 1.8.9 and 1.9.2
2016-02-03 16:35:50 +01:00
Ilan Steemers
3c6b2e6ad2
docs: formatting
2016-01-27 13:28:23 +01:00
Ilan Steemers
8ec5e35582
v0.7.15
2016-01-27 13:17:20 +01:00
Ilan Steemers
e1c05732f9
docs: fixes broken ref
2016-01-27 12:14:46 +01:00
Ilan Steemers
c17468ef86
docs: Adds Custom broker class documentation
...
Also changes some of the variable and settings names, to make them less ambiguous.
2016-01-27 12:06:49 +01:00
Ilan Steemers
ddb8f8117f
docs: adds poll configuration option
2016-01-26 22:49:29 +01:00
Ilan Steemers
9baf1b6394
version 0.7.14
2016-01-24 21:49:30 +01:00
Ilan Steemers
2fbfeaf5eb
docs: updated for new duplicate task handling
2016-01-20 14:17:41 +01:00
Ilan Steemers
36d3cb80a5
v0.7.13
2016-01-08 13:53:04 +01:00
Ilan Steemers
8ae7aa346e
Updates docs with rollbar support
...
also bumps version to 0.7.12
2016-01-08 12:06:56 +01:00
Ilan Steemers
f0b1f280e7
Docs: updates Django versions to 1.8.8 and 1.9.1
2016-01-07 20:43:35 +01:00
Ilan Steemers
dfb9c7ff85
Merge pull request #115 from Eagllus/patch_for_schedule_documentation
...
Update example to use string for the schedule_type
2015-11-11 09:50:26 +01:00
Ronald van Zon
2989e3f71b
fixed typo
2015-11-11 09:41:28 +01:00
Ronald van Zon
84ab4c7d47
Update example to use string for the schedule_type
2015-11-10 11:54:28 +01:00
Ilan Steemers
47b167b18a
docs: missed schedules wording
2015-11-08 10:43:06 +01:00
Ilan Steemers
14c204e5aa
docs: rephrased the missing schedule description
...
#110
2015-11-08 10:35:13 +01:00
Ilan Steemers
54758fd037
Restores Iter example
2015-11-08 10:24:54 +01:00
Ilan Steemers
55520ad5ce
Updates Django to 1.8.6
2015-11-04 21:19:52 +01:00
Ilan Steemers
282421c534
Merge remote-tracking branch 'origin/master' into dev
...
# Conflicts:
# docs/conf.py
2015-10-28 12:12:03 +01: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
2bd241bb71
Merge pull request #98 from Koed00/dev
...
Adds timeout to group key cache object
2015-10-20 21:53:52 +02:00
Ilan Steemers
e21a9b442f
docs: tested with Django 1.9b1
2015-10-20 16:42:49 +02:00
Ilan Steemers
6a389668d4
Update index.rst
...
fixed a sticky trackpad issue
2015-10-19 16:14:16 +02:00
Ilan Steemers
adc9580b9a
version 0.7.10
2015-10-19 11:43:24 +02:00
Ilan Steemers
fd88694959
Merge pull request #96 from Koed00/dev
...
Adds task chains
2015-10-19 11:38:44 +02:00
Ilan Steemers
37b41b15b1
docs: adds Iter and Chain examples
2015-10-19 11:32:22 +02:00
Ilan Steemers
79d9d99d2a
docs: moves architecture to its own main section
...
Also updated the architecture text a little
2015-10-18 23:13:03 +02:00