Ask Solem
|
15833527be
Renamed "running" to "started"
|
15 년 전 |
Rune Halvorsen
|
2c8f53c452
Added an option so the default behaviour is to not report running state. It's not needed in most cases
|
15 년 전 |
Ask Solem
|
c7d29a3c8f
Configurable components: CELERYD_POOL, CELERYD_LISTENER, CELERYD_MEDIATOR, CELERYD_ETA_SCHEDULER
|
15 년 전 |
Ask Solem
|
7fc0364b97
Fixed typo schedule -> scheduled
|
15 년 전 |
Ask Solem
|
e16932c6b1
Configuration: Compat setting names was not used at all.
|
15 년 전 |
Ask Solem
|
72d336d708
Updated the Changelog
|
15 년 전 |
Ask Solem
|
9a7d18570a
Use custom logger for tasks, that supports task magic kwargs in formats. The default format for tasks (CELERYD_TASK_LOG_FORMAT) now includes task_id and
|
15 년 전 |
Ask Solem
|
6b3a480e8b
CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting.
|
15 년 전 |
Ask Solem
|
012ca1239f
Added Task.delivery_mode / CELERY_DEFAULT_DELIVERY_MODE, with this you can configure tasks to be non-persistent. Closes #69.
|
15 년 전 |
Ask Solem
|
9980653481
Re-enable result caches, as it's a critical part of the API flow. Caching now
|
15 년 전 |
Ask Solem
|
433a3bf385
_init_routing_table should take queue argument
|
15 년 전 |
Ask Solem
|
3a71bdb80f
Detecting load is now lazy, and not done when importing celery.loaders.
|
15 년 전 |
Ask Solem
|
cce666c208
Got a 3x performance gain by setting the prefetch count to 4 times the concurrency, (from an average task round-trip of 0.1s to 0.03s!). So added a new setting: CELERYD_PREFETCH_MULTIPLIER which is set to 4 by default.
|
15 년 전 |
Ask Solem
|
01a8a0ecbb
Celery no longer does detaching, you need to use start-stop-daemon,
|
16 년 전 |
Ask Solem
|
2efb7bf214
Allow for --logfile to work even if not detached, also set all default log files to None (stderr)
|
16 년 전 |
Ask Solem
|
5c62be33ec
Added CELERYMON_LOG_FORMAT
|
16 년 전 |
Ask Solem
|
26611b783f
Can now configure broadcast/event queue/exchange settings, and the amqp result backend exchange.
|
16 년 전 |
Ask Solem
|
b1b2b1de52
Moved startup info related functions to celery.utils.info
|
16 년 전 |
Ask Solem
|
4cc234159a
Pyflakes
|
16 년 전 |
Ask Solem
|
49b864e596
Adds setting CELERY_IGNORE_RESULT. Enables you to set the default value for Task.ignore_result.
|
16 년 전 |
Ask Solem
|
0a19c9ff2d
PEP8ify
|
16 년 전 |
Ask Solem
|
890428d4c3
Finally: Configuration naming consistency. Old names deprecated in favor of:
|
16 년 전 |
Ask Solem
|
8cf86b89be
Forgot to emit deprectation warning if CELERY_AMQP_CONSUMER_QUEUE present.
|
16 년 전 |
Ask Solem
|
447ed8e1cc
Be compatible with previous queue configuration scheme, but raise DeprecationWarnings if any of the old settings is set.
|
16 년 전 |
Ask Solem
|
ee79e3b466
Updated with new AMQP queue/exchange settings: http://wiki.github.com/ask/celery/rewriting-the-amqp-routing-options
|
16 년 전 |
Ask Solem
|
ba969f807d
Use mattrgetter in apply_async()
|
16 년 전 |
Ask Solem
|
5e40be713e
Big celery.conf clean-up
|
16 년 전 |
Ask Solem
|
bcc5ffde42
New setting CELERYBEAT_MAX_LOOP_INTERVAL. The maximum number of seconds to sleep between rechecking the periodic task schedule.
|
16 년 전 |
Ask Solem
|
0519be0eb3
Doesn't store errors if Task.ignore_result=True anymore, can enable the previous behaviour by setting CELERY_STORE_ERRORS_EVEN_IF_IGNORED
|
16 년 전 |
Ask Solem
|
3345f160ea
Events off by default, can now turn it on by using -E|--event or CELERY_SEND_EVENTS.
|
16 년 전 |