Ask Solem
|
3a71bdb80f
Detecting load is now lazy, and not done when importing celery.loaders.
|
15 年之前 |
Ask Solem
|
11c2631874
Updated Changelog
|
15 年之前 |
Ask Solem
|
4eed0eed29
Added SIGHUP handler that restarts the worker. (This works now that we no longer have our own --detach). Closes #26
|
15 年之前 |
Ask Solem
|
01a8a0ecbb
Celery no longer does detaching, you need to use start-stop-daemon,
|
15 年之前 |
Ask Solem
|
2efb7bf214
Allow for --logfile to work even if not detached, also set all default log files to None (stderr)
|
15 年之前 |
Ask Solem
|
216da1aa10
PEP8ify
|
15 年之前 |
Wes Turner
|
cf2148e90d
Use console_scripts entry_points in the setup.py file
|
15 年之前 |
Ask Solem
|
b1b2b1de52
Moved startup info related functions to celery.utils.info
|
15 年之前 |
Ask Solem
|
4cc234159a
Pyflakes
|
15 年之前 |
Ask Solem
|
9446ce6cc9
celeryd: Show the currently used loader in the info output.
|
15 年之前 |
Ask Solem
|
26158790bc
celeryd: Only show built-in tasks if loglevel >= DEBUG
|
15 年之前 |
Ask Solem
|
2234453e1c
Show list of tasks when starting celeryd if loglevel >= INFO
|
15 年之前 |
Ask Solem
|
890428d4c3
Finally: Configuration naming consistency. Old names deprecated in favor of:
|
15 年之前 |
Ask Solem
|
ee79e3b466
Updated with new AMQP queue/exchange settings: http://wiki.github.com/ask/celery/rewriting-the-amqp-routing-options
|
15 年之前 |
Ask Solem
|
5e40be713e
Big celery.conf clean-up
|
15 年之前 |
Ask Solem
|
1a7ebcc1c8
Set euid/egid ourselves. Allow using username/groupnames for the --uid/--gid arguments, also if no --gid is specified, it uses the specified users primary gid.
|
15 年之前 |
Ask Solem
|
5772b2bc98
Get DjangoBrokerConnection from one place: celery.messaging.establish_connection
|
15 年之前 |
Ask Solem
|
438c68b884
Added signals: worker_init, worker_ready, worker_shutdown
|
15 年之前 |
Ask Solem
|
c01b0ca376
Set process name for pool workers as well, also they display the currently executing task.
|
15 年之前 |
Ask Solem
|
a658d0b20b
set process titles if setproctitle is installed
|
15 年之前 |
Ask Solem
|
d4b6c00585
Merge branch 'events'
|
15 年之前 |
Ask Solem
|
3345f160ea
Events off by default, can now turn it on by using -E|--event or CELERY_SEND_EVENTS.
|
15 年之前 |
michael
|
0546919ca7
Fixed --gid and --uid options by ensuring they are processed as integers
|
15 年之前 |
Ask Solem
|
ddaec795c0
Remove the statistics thing (-S, celerystats etc) as it's being replaced by celerymon
|
15 年之前 |
Ask Solem
|
faf47fdd71
Refactor the display of the broker conneciton info string.
|
15 年之前 |
Ask Solem
|
21a5bc7661
Refactor the display of the broker conneciton info string.
|
15 年之前 |
Ask Solem
|
44167f78e2
Allow for carrot backend_cls to be empty
|
15 年之前 |
Ask Solem
|
2714647ddd
Removed the --supervised feature, it was not working well, use supervisord
|
15 年之前 |
Ask Solem
|
245a5dfda0
PEP8ify
|
15 年之前 |
Ask Solem
|
84eb860d99
PEP8ify: Group imports
|
15 年之前 |