Ask Solem
|
5e3c66127a
CELERY_TASK_RESULT_EXPIRES now defaults to 1 day instead of 5 days.
|
15 年之前 |
Ask Solem
|
d1cf157211
Missing queue definitions are now created automatically.
|
15 年之前 |
Ask Solem
|
a1b13b79b9
Reanamed *routing_table* -> *queues*, to not be confused with the new routing functionality.
|
15 年之前 |
Ask Solem
|
54a370abd6
Routing Table: routing_key is set to the binding_key by default
|
15 年之前 |
Ask Solem
|
bffe590b54
Merge branch 'master' into dbschedule
|
15 年之前 |
Ask Solem
|
fd8db1e2f6
Fixed error e-mails and documented e-mail related settings. Closes #128.
|
15 年之前 |
Ask Solem
|
bd6437f98f
Forgot to pass CARROT_BACKEND in establish_connection, also BROKER_BACKEND now alias to CARROT_BACKEND.
|
15 年之前 |
Ask Solem
|
b7a3082fc3
Now uses BrokerConnection instead of DjangoBrokerConnection
|
15 年之前 |
Ask Solem
|
b8972f1b92
Renamed celery.worker.pool -> celery.concurrency.processes
|
15 年之前 |
Ask Solem
|
ff7e5cff45
Logging colors: Fixes 'mod_wsgi.Log object has no 'isatty' attribute'
|
15 年之前 |
Ask Solem
|
f508afbf90
Periodic Tasks deprecated in favor of CELERYBEAT_SCHEDULE setting.
|
15 年之前 |
Ask Solem
|
f7205b8092
Wait for available pool processes before applying tasks to the pool.
|
15 年之前 |
Vincent Driessen
|
0400ac4dde
Only colourize if CELERYD_LOG_FILE/stderr is a TTY, never to any file.
|
15 年之前 |
mark hellewell
|
485cb96550
New logging.Formatter, to add colouring to log output
|
15 年之前 |
Ask Solem
|
7a270f75fe
PEP8ify
|
15 年之前 |
Ask Solem
|
4a008f622a
Remove redundant comments in celery.conf
|
15 年之前 |
Ask Solem
|
6d701af9e6
Added support for router classes (like the django multidb routers)
|
15 年之前 |
Ask Solem
|
8df76d0a5d
celeryd -Q option: Ability to specifiy list of queues to use, disabling other configured queues. Closes #78
|
15 年之前 |
Ask Solem
|
aa389721b1
Revoked tasks now marked with state REVOKED, and result.get() will now raise TaskRevokedError.
|
15 年之前 |
Ask Solem
|
760e94ec1b
apply(throw=True) / CELERY_EAGER_PROPAGATES_EXCEPTIONS: Makes eager execution re-raise task errors. Thanks to proppy. Closes #108.
|
15 年之前 |
Ask Solem
|
d5658dd835
Merge branch 'timelimits'
|
15 年之前 |
Ask Solem
|
b8bfb0cfce
It's no longer allowed to skip the class name in loader names.
|
15 年之前 |
Ask Solem
|
cd4ba55ab5
SQLAlchemy: Added setting CELERY_RESULT_ENGINE_OPTIONS to set database engine options.
|
15 年之前 |
Ask Solem
|
2373b00de9
Support for deprecated AMQP settings removed (as per the Celery Deprecation Timeline):
|
15 年之前 |
Ask Solem
|
115ce982aa
Added support for task soft and hard timelimits. Requires billiard timelimits branch.
|
15 年之前 |
Ask Solem
|
0096b92828
Can now specify SQLAlchemy connection string via CELERY_RESULT_DBURI
|
15 年之前 |
Ask Solem
|
296e8d10a5
AMQP Backend: Now set as non-persistent+non-durable by default.
|
15 年之前 |
Ask Solem
|
2bec9c7a99
Set default CELERY_EVENT_SERIALIZER to "json"
|
15 年之前 |
Ask Solem
|
41bffe660d
Events: Added setting CELERY_EVENT_SERIALIZER with default "pickle".
|
15 年之前 |
Ask Solem
|
03bd2ba802
Task.acks_late / CELERY_ACKS_LATE: Modify default ack behavior.
|
15 年之前 |