Ask Solem
|
56b8f9e254
Autogenerated documentation for github.
|
15 年之前 |
Ask Solem
|
d8c625884e
Celerybeat tested and works, added -B option to celeryd to embed it.
|
15 年之前 |
Ask Solem
|
e263b8115b
celery.beat.ClockService is now run by the celerybeat program
|
15 年之前 |
Ask Solem
|
74170ee734
Merge branch 'master' into beat
|
15 年之前 |
Ask Solem
|
003557a70e
Working towards celerybeat.py
|
15 年之前 |
Ask Solem
|
cb5bc614bb
Move platform specific stuff (signal, daemon context) to celery.platform
|
15 年之前 |
Ask Solem
|
29280d54ce
Some boolean confusion here, the code probably hasn't even been used though.
|
16 年之前 |
Ask Solem
|
201287922d
Try to handle broken pid files.
|
16 年之前 |
Ask Solem
|
6c856e5012
SQLite no concurrency limit should only be effective if the db backend is used.
|
16 年之前 |
Ask Solem
|
5969b706ae
PEP8ify
|
16 年之前 |
Ask Solem
|
f9147e45d1
Merge branch 'heyman/master'
|
16 年之前 |
Ask Solem
|
2e048acac5
Forgot to remove import celeryconfig. Thanks to nikitka!
|
16 年之前 |
mark hellewell
|
3bbb44a73a
Fix an incompatibility between python-daemon and multiprocessing, which resulted in the '[Errno 10] No child processes' problem when detaching.
|
16 年之前 |
Jonatan Heyman
|
98a0b3037a
Updated celeryd to only listen for SIGHUP when running on POSIX systems (fix for running on windows).
|
16 年之前 |
Ask Solem
|
fa338c65d8
PEP8ify
|
16 年之前 |
Ask Solem
|
16af178569
Now redirects stdout/stderr to the celeryd logfile when detached (YIPPEE!)
|
16 年之前 |
Ask Solem
|
53389beab9
Daemon context apparently not reentrant, remove from signal handler.
|
16 年之前 |
Ask Solem
|
4b7c831957
Close context on restart if detached
|
16 年之前 |
Ask Solem
|
637b4d887b
Try to restart when receiving SIGHUP (issue #26) Seems to not always work when
|
16 年之前 |
Ask Solem
|
041e245d9a
Merge branch 'master' into nodjango
|
16 年之前 |
Ask Solem
|
d8ae4b1c15
Make startup work with carrot backends that doesn't have certain AMQP
|
16 年之前 |
Ask Solem
|
d830190b62
AMQPConnection renamed to BrokerConnection for carrot 0.5.2
|
16 年之前 |
Ask Solem
|
29e4e49c50
More debugging logging
|
16 年之前 |
Ask Solem
|
58900c42ef
Forgot to import default-backend (closes JIRA #OPAL-224)
|
16 年之前 |
Ask Solem
|
e6778be0de
unlink pid file is it's stale
|
16 年之前 |
Ask Solem
|
dea1636108
Abstracted out on_task_init, on_worker_init and the reading of settings so the
|
16 年之前 |
Ask Solem
|
520a9a7b01
Make -S|--supervised and option (off by default).
|
16 年之前 |
Ask Solem
|
07058f793b
Added a one_for_all supervisor which restarts WorkerController if it stops
|
16 年之前 |
Ask Solem
|
ede81eb121
Workaround for celeryd in Windows.
|
16 年之前 |
Ask Solem
|
c48d219600
Some docstrings and nicer info at startup (show version number)
|
16 年之前 |