Commit Graph

77 Commits

Author SHA1 Message Date
Ilan
9f90b69fbe docs version 0.4.1 2015-07-21 11:23:16 +02:00
Ilan
41970ef2fe docs: some formatting updates and minor fixes 2015-07-21 10:50:10 +02:00
Ilan
a25ac7da57 docs: added info about the save override keyword
docs: added explanation of the `q_options` dict
2015-07-20 21:02:57 +02:00
Ilan
7999e0168a docs: small updates to cluster and installation 2015-07-19 20:27:01 +02:00
Ilan
8200e45bd6 Getting ready for 0.4.0 2015-07-19 16:25:06 +02:00
Ilan
7a57253345 Added a group example 2015-07-19 15:55:58 +02:00
Ilan
52e72fde1c Adds failed tasks filtering to groups 2015-07-19 15:15:57 +02:00
Ilan
58a671fb45 docs: added a fetch_group example 2015-07-18 20:50:16 +02:00
Ilan
e4737d765a Schedule name is optional
For backwards compatibility the schedule name is an optional keyword in the `schedule` function.

Adjusted docs accordingly
2015-07-18 19:41:21 +02:00
Ilan
e1d483e1c1 docs: describes the new group options 2015-07-18 18:50:14 +02:00
Ilan
688d25c76d Getting ready for v0.3.6 2015-07-17 14:27:45 +02:00
Ilan Steemers
b58f5038db Merge pull request #19 from Koed00/docs
docs: small edits
2015-07-16 22:09:40 +02:00
Ilan Steemers
1e7b3f6ce0 Merge pull request #18 from Koed00/dev
Adds a `timeout` override per task
2015-07-16 21:57:47 +02:00
Ilan
40ac0bfce5 Minor updates to timeout docs 2015-07-16 21:01:27 +02:00
Ilan
af735c328e Adds a timeout override per task
* added a `timeout` keyword to tasks.
* timeouts now count down instead of up
* `timeout` in task overrides global timeout setting
* added tests for timeout override
* added a test for recycling
2015-07-16 20:35:29 +02:00
Ilan
c0ea483784 docs: small edits 2015-07-16 18:32:45 +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
28d57cb03b docs: minor changed before release 2015-07-15 23:42:02 +02:00
Ilan
b26a2d2950 getting ready for new version 2015-07-15 23:18:13 +02:00
Ilan
464255fa88 Changed cpu affinity docs slightly 2015-07-15 22:06:17 +02:00
Ilan
2bef73c22f Tweaked cpu affinity docs 2015-07-15 20:01:55 +02:00
Ilan
2d0820e80b Adds cpu affinity for the workers. Courtesy of the optional psutil module. 2015-07-15 19:53:13 +02:00
Ilan
d92f71c470 docs: changed header 2015-07-15 09:33:54 +02:00
Ilan
a37d721fa3 docs: wording 2015-07-13 18:01:55 +02:00
Ilan
39e2d73a52 docs: added a section about process managers like Supervisor 2015-07-13 17:57:37 +02:00
Ilan
49e407f1c2 docs: some tweaks 2015-07-13 17:57:17 +02:00
Ilan
2104710653 docs: formatting error 2015-07-13 17:57:04 +02:00
Ilan
5dc21ce64a docs: fixed typo 2015-07-13 15:40:48 +02:00
Ilan Steemers
f8442c5eda Merge pull request #13 from Koed00/dev
Adding sphinx build to Travis
2015-07-13 15:36:29 +02:00
Ilan
8e07203d18 Adding sphinx builds to Travis
* added default module django_q
* set build mode to nit-picky
* warnings raise errors

Want to make sure the docs are neat and build on Travis , to make it easier to accept doc pull requests
2015-07-13 15:30:12 +02:00
Ilan
cff01c30aa Adding examples to the docs 2015-07-13 13:36:47 +02:00
Ilan
259f645b12 version 0.3.4 2015-07-12 20:26:02 +02:00
Ilan Steemers
6c9dd1a910 Schedules of type ONCE will now self destruct with negative repeats or just deactivated with positive repeats 2015-07-11 11:32:46 +02:00
Ilan Steemers
fdfa938113 docs: formatting error 2015-07-10 18:19:38 +02:00
Ilan Steemers
13bbf3dcc4 docs: added section about scheduling management commands 2015-07-10 17:36:18 +02:00
Ilan Steemers
9375216666 Bumping version to 0.3.3 2015-07-10 12:38:02 +02:00
Ilan Steemers
977cf98ba0 docs: made a note of succesful tasks not showing when the save_limit is set to -1 2015-07-10 11:48:15 +02:00
Ilan Steemers
46c439f909 Some added info on the sync option 2015-07-09 20:47:20 +02:00
Ilan Steemers
dfd36e1b39 bumping to version 0.3.2 2015-07-09 20:30:02 +02:00
Ilan Steemers
e62fd1ee70 Fixes #7
* added a synchronous cluster simulation

* added a test for the sync function

* moved signing into its own module

* refactored imports to solve circular import problems stemming from the task module pretending to be a cluster

* added documentation for the new sync option
2015-07-09 20:16:21 +02:00
Ilan Steemers
a83dcf642b Adding more info to docs 2015-07-09 12:00:59 +02:00
Ilan Steemers
a1a3889b07 Added Django 1.8 intersphinx 2015-07-09 10:58:43 +02:00
Ilan Steemers
25b6aa0a65 Updating to Django 1.8.3 and 1.7.9 2015-07-08 22:58:47 +02:00
Ilan Steemers
7ea47ce527 Update conf.py
Bumping to version 0.3.1
2015-07-08 22:47:59 +02:00
Ilan Steemers
f529fc16cb Upped docs to 0.3.0 2015-07-08 20:30:02 +02:00
Ilan Steemers
b2098d3f0a Updated docs for new version 2015-07-08 15:09:19 +02:00
Ilan Steemers
f8708cfd73 Task now uses a UUID4 instead of a LUID 2015-07-08 13:33:03 +02:00
Ilan Steemers
ef7806edc3 adds support for django-redis connections 2015-07-06 14:10:14 +02:00
Ilan Steemers
831427bcc0 Upped version to 0.2.1
adds support for django-redis connections
2015-07-06 13:52:03 +02:00
Ilan Steemers
aaeadeaa6b Small typo
and rephrasing of the stop procedure
2015-07-06 11:17:06 +02:00