Ilan Steemers
83548dcfbb
Makes bulk a general setting
2015-09-08 13:42:15 +02:00
Ilan Steemers
0ffae4519b
Adds bulk get to ironmq
2015-09-08 13:37:33 +02:00
Ilan Steemers
b56cc9da8f
IronMQ broker
2015-09-08 11:20:31 +02:00
Ilan Steemers
2078080945
determines decode with django version
2015-09-07 20:38:13 +02:00
Ilan Steemers
e899b93c3f
determines decode with django version
2015-09-07 20:35:51 +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
cba7b60fcc
fixing term clear
2015-09-06 19:58:04 +02:00
Ilan Steemers
73d15c3608
docs: minor updates
2015-09-06 16:54:20 +02:00
Ilan Steemers
b201979eae
defaults queue_limit to workers squared.
2015-09-06 15:45:17 +02:00
Ilan Steemers
d72dd8b338
adds bottom bar with broker info
2015-09-06 15:19:05 +02:00
Ilan Steemers
d90db10f5e
Just use local disque for testing
2015-09-06 12:28:12 +02:00
Ilan Steemers
3be488f918
Adds Tynd envs for Travis
...
attempt #3
2015-09-04 15:48:43 +02:00
Ilan Steemers
8340a2ae57
Adds Tynd envs for Travis
2015-09-04 15:27:10 +02:00
Ilan Steemers
3524ad2dee
Adds Tynd envs for Travis
...
and fixes timeout tests
2015-09-04 15:16:30 +02:00
Ilan Steemers
e76e65640b
removes AUTH for Travis test
2015-09-04 14:53:42 +02:00
Ilan Steemers
3f75e7fa05
removed SQS and IronMQ brokers for now
...
Both brokers are not atomic and cause all kinds of problems during testing. Needs more time.
Meanwhile I want to release the pluggable broker backend.
2015-09-04 14:49:17 +02:00
Ilan Steemers
1ccfc66254
adds fail method to broker
2015-09-03 16:34:00 +02:00
Ilan Steemers
7be533d9a6
moved auth to redis py
2015-09-03 16:14:20 +02:00
Ilan Steemers
2e4c1c86ed
Adds extra AUTH before PING
2015-09-03 15:50:22 +02:00
Ilan Steemers
453fc3b133
Changes Disque ping to hello
2015-09-03 15:13:44 +02:00
Ilan Steemers
a342aaf009
Changes Disque ping to hello
2015-09-03 15:13:25 +02:00
Ilan Steemers
1f5952044e
Changes Disque ping to hello
2015-09-03 15:08:55 +02:00
Ilan Steemers
c0f7df3f07
Changes Disque ping to hello
2015-09-03 14:59:57 +02:00
Ilan Steemers
653ae80477
Disque: If retry is 0 , explicitly set replicate to 1
2015-09-03 14:41:03 +02:00
Ilan Steemers
c626c3137c
Defaults RETRY to 60
2015-09-03 14:40:32 +02:00
Ilan Steemers
01f8d9ce47
adds info method to brokers
2015-09-03 14:29:03 +02:00
Ilan Steemers
b1f2143a3d
uses disque_nodes convention
2015-09-03 12:55:49 +02:00
Ilan Steemers
e22980834c
Fixes connectionerror bug on 2.7
2015-09-02 20:17:44 +02:00
Ilan Steemers
dfb1b03cd0
Experimenting with disque build on travis
2015-09-02 20:12:00 +02:00
Ilan Steemers
b901039a44
Experimenting with disque build on travis
2015-09-02 20:08:20 +02:00
Ilan Steemers
1a61fa2821
Experimenting with disque build on travis
2015-09-02 20:04:48 +02:00
Ilan Steemers
0756fb9896
Experimenting with disque build on travis
2015-09-02 20:00:43 +02:00
Ilan Steemers
46ae50043c
Fixes class super for python 2.7
2015-09-02 19:50:04 +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
da20ebe734
fixes connection creation on import
2015-08-31 15:15:24 +02:00
Ilan Steemers
9e04d8c9a8
Fixes import problems in python 2.7
2015-08-30 21:12:47 +02:00
Ilan Steemers
5171f1a183
Disabled Disque tests for now
2015-08-30 21:04:07 +02:00
Ilan Steemers
452f53f899
New container build on Travis
2015-08-30 20:57:05 +02:00
Ilan Steemers
d6b9b10e3e
Adds tests for brokers
...
* test for redis and django-redis
* test for disque
TODO add disque to Travis
2015-08-30 20:26:30 +02:00
Ilan Steemers
4f39062785
Adds django cache as monitor cache
...
Not the best solution yet, but it solves monitoring problems with brokers that don't have a pattern getter for cluster stats.
2015-08-30 18:28:26 +02:00
Ilan Steemers
d3283571a6
First draft of a Disque broker
...
TODO monitoring doesn't work yet
2015-08-30 14:33:35 +02:00
Ilan Steemers
93cbfc37e2
fixes import confusion in python 2.7
2015-08-29 19:08:19 +02:00
Ilan Steemers
0740c90148
adds pluggable brokers
...
* added redis broker
* added django_redis broker
* added task acknowledgement
2015-08-29 18:54:07 +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 Steemers
3e92fddcdd
#50 removes redis connection argument from pusher process
2015-08-24 10:08:43 +02:00
Ilan Steemers
b414b637eb
#50 adds psutil as alternative os.getppid provider
2015-08-23 21:19:35 +02:00
Ilan
5ccd86a254
v0.5.3
2015-08-19 12:40:29 +02:00
Ilan
da5e265333
Updated comment on catch up
2015-08-19 12:39:56 +02:00
Ilan
b99e16f108
adds catch_up configuration option
...
When a cluster hasn't run for a while, the default behavior is to keep executing schedules until they are caught up with the present time.
By setting `catch_up` to False, schedules will not play catch up and instead get rescheduled to the future.
2015-08-18 11:57:15 +02:00