Ask Solem
|
3345f160ea
Events off by default, can now turn it on by using -E|--event or CELERY_SEND_EVENTS.
|
15 éve |
Ask Solem
|
83b824cc80
Fixed a lot of stuff, shutdowns works properly, refactored + now sends the time it took to execute the task with the task-succeeded event.
|
15 éve |
Ask Solem
|
bd213cbb71
Moved CarrotListener to celery.worker.listener and ack revoked messages.
|
15 éve |
Ask Solem
|
396b5ba335
More work on celerymon
|
15 éve |
Ask Solem
|
a64768b653
Only change QOS(prefetch_count) if it has changed
|
15 éve |
Ask Solem
|
169d299483
Implemented Heartbeats (may not be thread safe yet, must be tested)
|
15 éve |
Ask Solem
|
4fc8621006
Merge branch 'revoke' into events
|
15 éve |
Ask Solem
|
024fe6a109
Now sending all task events except for task-retried
|
15 éve |
Ask Solem
|
200101a8f2
Merge branch 'master' into events
|
15 éve |
Ask Solem
|
0197805d65
Implemented deleting (revoking of tasks) using a broadcast message to the workers + refactored apply_async / celery.messaging
|
15 éve |
Ask Solem
|
1e48f161b7
Be backward compatible if eta is already a datetime object (not iso 8601)
|
15 éve |
Ask Solem
|
8096145025
Must import dateutil.parser directly.
|
15 éve |
Ask Solem
|
b2a3d95cd8
Use datetime.isoformat() to send eta, and dateutil.parse.parse to receive eta.
|
15 éve |
Ask Solem
|
b99cec76bf
DynamicPool now moved to new package "billiard" where new multiprocessing.Pool related features will be.
|
15 éve |
Ask Solem
|
0714347bf7
Renamed celery.buckets -> celery.worker.buckets
|
15 éve |
Ask Solem
|
84eb860d99
PEP8ify: Group imports
|
15 éve |
Ask Solem
|
2fd2780b91
Merge branch 'beat' into 1point0
|
16 éve |
Ask Solem
|
d1e0743a1b
Renamed bucket_queue -> ready_queue
|
16 éve |
Ask Solem
|
3d0ce03091
Renamed AMQPListener -> CarrotListener (amqp_listener -> broker_listener)
|
16 éve |
Ask Solem
|
bc0a9a93d4
Renamed celery.scheduler -> celery.worker.scheduler
|
16 éve |
Ask Solem
|
9c91935a64
And another file I forgot to commit :(
|
16 éve |
Ask Solem
|
ea5ae5efb2
Merge branch 'beat' into 1point0
|
16 éve |
Ask Solem
|
8779b8416c
task-received event working
|
16 éve |
Ask Solem
|
d8c625884e
Celerybeat tested and works, added -B option to celeryd to embed it.
|
16 éve |
Ask Solem
|
8ff75a73c0
Implementation of rate limits per. task using token buckets.
|
16 éve |
Ask Solem
|
b3256aba47
amqplib 0.6.1 adds IOError to the list of possible connection failed exceptions.
|
16 éve |
Ask Solem
|
e19189ebda
Try to fix #36 by making sure execute exc is pickleable
|
16 éve |
Ask Solem
|
2bbdbc1a5a
Move AlreadyRegistered and NotRegistered to celery.exceptions
|
16 éve |
Ask Solem
|
637b4d887b
Try to restart when receiving SIGHUP (issue #26) Seems to not always work when
|
16 éve |
Ask Solem
|
1f8e955eae
When we receive a message the prefetch window is increased, when we accept the
|
16 éve |