Vincent Driessen
|
8ef60eab5f
Added --cmd-suffix argument to the celeryd-multi tool.
|
há 15 anos atrás |
Vincent Driessen
|
2c6810d781
Add more friendly usage info to the celeryd-multi command.
|
há 15 anos atrás |
Vincent Driessen
|
61d7f1058d
Fix: output typo's
|
há 15 anos atrás |
Vincent Driessen
|
b34220bd6f
Added celeryd-multi 'help' subcommand, showing some examples (from ask's original commit log).
|
há 15 anos atrás |
Vincent Driessen
|
9f17ad6633
Ignore *.egg directories created for dependency packages when using 'python setup.py develop'.
|
há 15 anos atrás |
Ask Solem
|
a085969678
Stupid bug in celery.bin.celeryd's init_queues: Should use all configured queues if -Q not specified.
|
há 15 anos atrás |
Ask Solem
|
0409fb4375
celeryd-multi: abbreviations: %n is now "name", %h is "hostname"
|
há 15 anos atrás |
Ask Solem
|
3ca24b183c
contrib/debian/init.d/celeryd-multi: init script using celeryd-multi
|
há 15 anos atrás |
Ask Solem
|
d786c30283
celeryd-multi: Tool for shell scripts to start multiple workers.
|
há 15 anos atrás |
Ask Solem
|
8df76d0a5d
celeryd -Q option: Ability to specifiy list of queues to use, disabling other configured queues. Closes #78
|
há 15 anos atrás |
Ask Solem
|
8478c085d9
Refactored celery.bin.celerybeat into using a class
|
há 15 anos atrás |
Ask Solem
|
2a005830d7
celerybeat: utcnow() didn't work that well :(
|
há 15 anos atrás |
Ask Solem
|
5137a3e9d9
database backend: Always create tables if they don't exist.
|
há 15 anos atrás |
Ask Solem
|
face72e1fa
Merge branch 'markhellewell/master'
|
há 15 anos atrás |
Ask Solem
|
218dd421b7
tests: Now mocks the Pool
|
há 15 anos atrás |
mark hellewell
|
5ff344d1f5
fixed call to broadcast in celery.task.control.ping
|
há 15 anos atrás |
Ask Solem
|
d98e155b61
celery.worker.pool: import billiard.pool.Pool instead of old DynamicPool
|
há 15 anos atrás |
Ask Solem
|
a46567321c
setup.py: Added setup_requires: nose, nose-cover3, unittest2>=0.4.0, simplejson
|
há 15 anos atrás |
Ask Solem
|
c980b52a67
setup.py: version_info <= (2,5) doesn't seem to work but < (2, 6) does.
|
há 15 anos atrás |
Ask Solem
|
8606689032
tests.backends: Test using DatabaseBackend instead of RedisBackend, as the latter requires the redis module to be installed.
|
há 15 anos atrás |
Ask Solem
|
2df4ddb08b
celery/beat: Use datetime.utcnow() instead of .now(). See Issue #113
|
há 15 anos atrás |
Ask Solem
|
5d60b69374
Task.after_return: Handler called after the task returns. Thanks to jonozzz. Closes #114.
|
há 15 anos atrás |
Ask Solem
|
471c4ea5d4
ExceptionInfo now passed to Task.on_retry/on_failure as einfo keyword argument.
|
há 15 anos atrás |
Ask Solem
|
5f9e0cae21
Added CELERYD_MAX_TASKS_PER_CHILD / --maxtasksperchild
|
há 15 anos atrás |
Ask Solem
|
aa389721b1
Revoked tasks now marked with state REVOKED, and result.get() will now raise TaskRevokedError.
|
há 15 anos atrás |
Ask Solem
|
db85833c3f
Updated docs/configuration with new settings. Closes #104. Closes #107.
|
há 15 anos atrás |
Ask Solem
|
760e94ec1b
apply(throw=True) / CELERY_EAGER_PROPAGATES_EXCEPTIONS: Makes eager execution re-raise task errors. Thanks to proppy. Closes #108.
|
há 15 anos atrás |
Ask Solem
|
4b4745d3ba
Updated Changelog with status of timelimits implementation
|
há 15 anos atrás |
Ask Solem
|
d073ff0e9c
New signal: celery.signals.worker_process_init: Sent inside the pool worker process at init. Thanks to jonozzz. Closes #109
|
há 15 anos atrás |
Ask Solem
|
049199d4ac
PEP8ify + pyflakes
|
há 15 anos atrás |