Ilan Steemers
cbf6fc5a77
v0.7.16
2016-03-07 13:49:09 +01:00
Ilan Steemers
8ec5e35582
v0.7.15
2016-01-27 13:17:20 +01:00
Ilan Steemers
9baf1b6394
version 0.7.14
2016-01-24 21:49:30 +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
ae74521021
v0.7.11
2015-10-28 12:15:01 +01:00
Ilan Steemers
adc9580b9a
version 0.7.10
2015-10-19 11:43:24 +02:00
Ilan Steemers
1abe23d229
V0.7.9
2015-10-08 12:53:47 +02:00
Ilan Steemers
a6ef7e00e0
v 0.7.8
2015-10-04 15:36:41 +02:00
Ilan Steemers
07a7851b54
v0.7.7
2015-09-29 22:59:40 +02:00
Ilan Steemers
76aab3d52a
v0.7.6
2015-09-29 18:31:56 +02:00
Ilan Steemers
ca79228b95
v0.7.5
2015-09-28 18:23:02 +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
370ffd4061
docs: Replaced redis pooling with broker pooling example.
...
* moves get_broker to main module
2015-09-18 21:07:18 +02:00
Ilan Steemers
270d8dba88
v0.7.3
2015-09-18 20:02:19 +02:00
Ilan Steemers
a30e5d2c28
v0.7.2
2015-09-17 20:19:20 +02:00
Ilan Steemers
4d7416914c
v0.7.1
2015-09-16 18:50:33 +02:00
Ilan Steemers
9b7c76b9d3
Getting ready for v0.7.0
2015-09-14 17:10:46 +02:00
Ilan Steemers
991cf48416
v0.6.4 coming up
2015-09-10 14:49:05 +02:00
Ilan Steemers
b56cc9da8f
IronMQ broker
2015-09-08 11:20:31 +02:00
Ilan Steemers
f4f8af1382
Fixes backward compatibility problems with django-picklefield
2015-09-07 20:24:21 +02:00
Ilan Steemers
eff51cf9d1
v0.6.1
...
pinning django-picklefield
2015-09-07 11:50:00 +02:00
Ilan Steemers
8ce441bed5
Adds more brokers
...
* added IronMQ
* added Aws SQS
* removed SafeRedis.
During tests the 'safe' part wasn't consistent enough
2015-09-02 19:04:03 +02:00
Ilan Steemers
439c8a2f77
Moves Status to it's own file
...
This way only qmonitor and qinfo need Curses and you can still run the cluster without it.
2015-08-26 13:11:58 +02:00
Ilan
5ccd86a254
v0.5.3
2015-08-19 12:40:29 +02:00
Ilan
12e9e2035e
Version 0.5.2
2015-08-13 19:49:36 +02:00
Ilan
3d12c1d36e
adds queue_size()
...
returns the size of the current redis queue
2015-08-13 15:54:57 +02:00
Ilan
204377228f
v0.5.1
2015-08-12 13:46:25 +02:00
Ilan
c22b98e202
v0.5.0
2015-08-05 21:49:10 +02:00
Ilan
77395acbbb
Preparing v0.4.6
2015-08-04 21:45:51 +02:00
Ilan
b50e2a9006
ready for 0.4.5
2015-08-01 15:55:21 +02:00
Ilan
c244075195
Bumping to 0.4.4
2015-07-27 18:08:32 +02:00
Ilan
f77aa54f26
version 0.4.3
2015-07-24 12:22:24 +02:00
Ilan
2e3e86b0fc
new release 0.4.2
2015-07-22 17:30:37 +02:00
Ilan
4ceff55b43
bumping to v0.4.1
2015-07-21 13:02:42 +02:00
Ilan
3ce0048606
adds Stat to root module
2015-07-21 09:50:58 +02:00
Ilan
8200e45bd6
Getting ready for 0.4.0
2015-07-19 16:25:06 +02:00
Ilan
ff102630f7
adds count_group() and delete_group()
2015-07-19 13:19:46 +02:00
Ilan
c127604f10
Adds task groups
...
* task now takes an optional keyword `group`
* added result_group() and fetch_group()
* added group column to Success admin
* group column in searchable
* added `name` field to Schedules
* Scheduled tasks take schedule name as group
2015-07-18 17:20:50 +02:00
Ilan
688d25c76d
Getting ready for v0.3.6
2015-07-17 14:27:45 +02:00
Ilan
4a7feb8e50
getting ready for new version
2015-07-15 23:14:37 +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
9375216666
Bumping version to 0.3.3
2015-07-10 12:38:02 +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
d375b60732
Update __init__.py
...
Bumping to version 0.3.1
2015-07-08 22:48:39 +02:00
Ilan Steemers
1375cece72
Update __init__.py
...
Bumping to version 0.3.1
2015-07-08 22:48:25 +02:00
Ilan Steemers
82f9c4b44f
Getting ready for version 0.3.0
2015-07-08 18:46:08 +02:00
Ilan Steemers
79d254317c
bumping to version 0.2.2
2015-07-07 20:22:59 +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