ilan
81fdfa6abe
Updates version and supported versions
2017-04-05 14:43:44 +03:00
Ronald van Zon
64ba6a9e5a
Explaining how to handle tasks async with qcluster
2016-11-15 15:26:45 +01:00
ilan
09a9511341
Django 1.8.14, 1.9.8 and 1.10rc1
2016-07-21 15:26:12 +02:00
Ilan Steemers
c5d637feee
Upgrades reference to Django 1.9.7
2016-06-07 16:48:41 +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
2bc8c202c8
Updates docs for latest Django versions
2016-04-12 18:23:40 +02:00
Ilan Steemers
128d269c4f
Updates Django to 1.9.4 and 1.8.11
2016-03-07 13:13:46 +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
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
55520ad5ce
Updates Django to 1.8.6
2015-11-04 21:19:52 +01:00
Ilan Steemers
e21a9b442f
docs: tested with Django 1.9b1
2015-10-20 16:42:49 +02:00
Ilan Steemers
e724b9bac1
Update tests for Django 1.8.5
...
Also updated botocore and blessed
2015-10-04 09:49:28 +02:00
Ilan Steemers
bcad7614b3
docs: mention Django 1.9a1 support
2015-09-28 15:14:22 +02:00
Ilan Steemers
1fd9ca2441
docs: mongodb broker
2015-09-25 20:57:47 +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
956e79a3a0
docs: compatibility
2015-09-22 18:46:39 +02:00
Ilan Steemers
04470c1a87
docs: compatibility
2015-09-22 18:22:08 +02:00
Ilan Steemers
754fb1ad19
adds python 3.5 for testing
2015-09-19 15:09:19 +02:00
Ilan Steemers
9af70e799d
docs: Amazon SQS broker
2015-09-10 14:11:30 +02:00
Ilan Steemers
a4bdc809dc
getting ready for new release
2015-09-06 17:14:43 +02:00
Ilan Steemers
73d15c3608
docs: minor updates
2015-09-06 16:54:20 +02:00
Ilan Steemers
5e5bf2cc8d
docs: adjusted for multiple brokers
2015-09-06 14:48:33 +02:00
Ilan
9fbf859472
Updates to Django 1.7.10 and 1.8.4
2015-08-19 12:56:04 +02:00
Ilan
6610277b93
docs: moved Configuration to its own section
...
* added more info on schedule catch up.
2015-08-19 12:38:15 +02:00
Ilan
265ae9abd9
docs: added sync configuration reference
2015-08-13 18:13:45 +02:00
Ilan
6c37b09151
adds global sync configuration option
...
Setting the `sync` configuration option will force all async() calls to be run with `sync=True`. Useful for testing.
2015-08-13 18:02:38 +02:00
Ilan
b85738675a
docs: mention possible cpu_count failure
2015-08-04 16:43:39 +02:00
Ilan
3d58e3e3eb
docs: typo
2015-07-24 12:25:49 +02:00
Ilan
a44fc66682
docs: added queue_limit information
2015-07-24 11:28:52 +02:00
Ilan
0e7a5c4afb
docs: added queue_limit information
2015-07-24 11:13:58 +02:00
Ilan
41970ef2fe
docs: some formatting updates and minor fixes
2015-07-21 10:50:10 +02:00
Ilan
7999e0168a
docs: small updates to cluster and installation
2015-07-19 20:27:01 +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
c0ea483784
docs: small edits
2015-07-16 18:32:45 +02:00
Ilan
28d57cb03b
docs: minor changed before release
2015-07-15 23:42:02 +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
2104710653
docs: formatting error
2015-07-13 17:57:04 +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 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
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
52ae2a67ff
Small enhancements to the docs.
...
This is still very much a work in progress.
2015-07-04 21:28:51 +02:00
Ilan Steemers
ef075b7e03
Small docs changes
2015-07-04 18:54:48 +02:00
Ilan Steemers
389964249c
Almost ready for 0.2.0
2015-07-04 11:54:58 +02:00
Ilan Steemers
8f6c672734
Getting docs ready fro 0.2.0
2015-07-03 21:59:24 +02:00