Ask Solem
|
064a370cbd
Merge branch 'master' into autopool
|
14 năm trước cách đây |
Ask Solem
|
3bfdca1c0e
Renamed celery.worker.controllers -> celery.worker.mediator
|
14 năm trước cách đây |
Ask Solem
|
10cb5780dc
Configure pool limit using BROKER_POOL_LIMIT (default 10)
|
14 năm trước cách đây |
Ask Solem
|
d97051dadc
All methods using connections now use the connection pool/publisher pool by default
|
14 năm trước cách đây |
Ask Solem
|
324b37a9e5
Task logger format accidentally not used anymore. Closes #317. Thanks to stugots
|
14 năm trước cách đây |
Ask Solem
|
0b5134d42a
PyPy: Disable pool by default
|
14 năm trước cách đây |
Ask Solem
|
94d7694b37
Jython: Threads is now default under jython, and depends on threadpool + simplejson
|
14 năm trước cách đây |
Ask Solem
|
156c8edb02
Cosmetics and cleanup
|
14 năm trước cách đây |
Ask Solem
|
e3bba2d089
Cosmetics
|
14 năm trước cách đây |
Ask Solem
|
81388574c3
Preparing CELERYBEAT_SCHEDULE is now the responsibility of Scheduler not post_config_merge
|
14 năm trước cách đây |
Ask Solem
|
fb4ab44b7b
apply_async: Added the ability to retry publishing the task message in the event of connection loss or failure.
|
14 năm trước cách đây |
Ask Solem
|
a6357948ab
100% Coverage for celery.app.*
|
14 năm trước cách đây |
Ask Solem
|
8bb09e0d97
Moved Autoscaler into own module celery.worker.autoscale
|
14 năm trước cách đây |
Ask Solem
|
c053ca114d
Removed mystery appearance of reraises_exception config
|
14 năm trước cách đây |
Ask Solem
|
59bff41c6b
Cosmetics
|
14 năm trước cách đây |
Ask Solem
|
1276fcfd1c
Merge branch 'peplin/reraise_exceptions'
|
14 năm trước cách đây |
Ask Solem
|
e6451a6117
ETA tasks now working with evenlet using spawn_after_local instead of timer2.Timer
|
14 năm trước cách đây |
Ask Solem
|
060b266866
AMQP result backend now uses a connection pool (new setting: CELERY_AMQP_TASK_RESULT_CONNECTION_MAX). This means results can now be sent when running in eventlet/gevent
|
14 năm trước cách đây |
John Watson
|
6b8377d5b5
Add CELERYD_FORCE_HIJACK_ROOT_LOGGER option
|
14 năm trước cách đây |
Christopher Peplin
|
82219f291d
Optionally re-raise exceptions in tasks to preserve full traceback.
|
14 năm trước cách đây |
Ask Solem
|
2a3976630c
Make error e-mail timeout configurable by adding the EMAIL_TIMEOUT setting. Closes #248.
|
14 năm trước cách đây |
Ask Solem
|
07b6e297da
Added CELERY_SEND_TASK_SENT_EVENT option. If enabled an event will be sent out
|
14 năm trước cách đây |
Ask Solem
|
259e049c4a
Events are now transient and is using a topic exchange (instead of direct).
|
14 năm trước cách đây |
Ask Solem
|
0606fda57c
Merge branch 'master' into kombu2
|
14 năm trước cách đây |
Ask Solem
|
ba8b38c848
Merge branch 'autoscale'
|
14 năm trước cách đây |
Ask Solem
|
88a69b51e2
celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer
|
14 năm trước cách đây |
Ask Solem
|
c268470505
Added support for Kombu message compression using the CELERY_MESSAGE_COMPRESSION setting, or the compression argument to apply_async. Can also be set using routers.
|
14 năm trước cách đây |
Ask Solem
|
dbe832f744
Can now configure the apps main module name, used to autogenerate the module name if '__main__'
|
14 năm trước cách đây |
Ask Solem
|
fe91f0ba35
Added CELERY_REDIRECT_STDOUTS + CELERYD_REDIRECT_STDOUTS_LEVEL settings.CELERY_REDIRECT_STDOUTS is used by celeryd and celerybeat, and if enabled all output to stdout and stderr will be redirected to the current logger.CELERY_REDIRECT_STDOUTS_LEVEL decides the loglevel used and is WARNING by default.
|
14 năm trước cách đây |
Ask Solem
|
3333e655a5
Added CELERYBEAT_SCHEDULER setting, used to define the default for celerybeats -S option
|
14 năm trước cách đây |