Commit History

Author SHA1 Message Date
  Ask Solem ad935fdac5 Reorganized documentation 15 years ago
  Ask Solem 11c2631874 Updated Changelog 15 years ago
  Ask Solem b550c85dcb Update documentation (autodoc) 15 years ago
  Ask Solem b05d35923e Example supervisord configuration for celery submitted by Ian Schenck 15 years ago
  Ask Solem fe08bbb8d3 Remove another reference to --detach in Changelog (thanks nosa_manuel1) 15 years ago
  Ask Solem 430944044f Bumped version to 0.9.5 15 years ago
  Ask Solem 906a5c3917 (#GH-41) Remember previous loader by keeping it in the CELERY_LOADER environment 15 years ago
  Ask Solem 1efc54143a Remove daemon related information from documentation. 15 years ago
  Ask Solem 4eed0eed29 Added SIGHUP handler that restarts the worker. (This works now that we no longer have our own --detach). Closes #26 15 years ago
  Ask Solem 172d84bed1 Fixed syntax error in celerybeat introduced in previous commit. 15 years ago
  Ask Solem 01a8a0ecbb Celery no longer does detaching, you need to use start-stop-daemon, 15 years ago
  Ask Solem 9137e12601 Example init files no longer use --detach, but start-stop-daemons --background+--make-pidfile instead. 15 years ago
  Ask Solem 2efb7bf214 Allow for --logfile to work even if not detached, also set all default log files to None (stderr) 15 years ago
  Ask Solem 13b75bfd09 contrib/mac/org.celeryq.*: Example launchd plist files for Mac OS X. 15 years ago
  Ask Solem 28e52eeefc Fixed typo ghettoq.toproot -> ghettoq.taproot (thanks kmike) 15 years ago
  Ask Solem 216da1aa10 PEP8ify 15 years ago
  Ask Solem e40ea102bc Fixed some typos. 15 years ago
  Ask Solem c8f08ff8ef Fix syntax error in celery.task.base related to supporting execution options in a TaskSets argument list. 15 years ago
  Ask Solem 30865890b1 Fix logging configuration/setup and we need to monkeypatch the logger to be 15 years ago
  Ask Solem 0a258fcc41 set readme version to 1.0.0-pre1 15 years ago
  Ask Solem 7bd2d1f623 Userguide: Added some sections on Granularity, Data-locality and state 15 years ago
  Ask Solem 7f824daeae 1.0.0-pre1, generate readme 15 years ago
  Ask Solem d76e7f002b Allow task decorator to be called without parens. (Allow @task, instead of @task()) 15 years ago
  Ask Solem c83acd2375 PeriodicTasks are now scheduled on the clock by default. (e.g. timedelta(hours=1) means every hour at :00 minutes, not every hour from the server starts) 15 years ago
  Ask Solem 58eef31e3b PeriodicTask.exact, set to true to run on the hour/minute, like cron. 15 years ago
  Ask Solem d6dfee1046 Updated README 15 years ago
  Ask Solem 5c62be33ec Added CELERYMON_LOG_FORMAT 15 years ago
  Ask Solem 8e2c44de37 There seems to a bug in multiprocessing (backport?) when detached, where the worker gets EOFErrors from time to time and the logger is left from the parent process causing a crash. 15 years ago
  Ask Solem 0131f243d4 Django raises InvalidCacheBackendClass not ImportError :( 15 years ago
  Ask Solem 1f9b69c9c7 Ignore ImportErrors when importing the django memcached backend. 15 years ago