Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Ask Solem 20104f8759 Documentation: celery.signals: Documented worker_process_init. Thanks to Manu 14 gadi atpakaļ
  Ask Solem d3d16edbff Truncate results show in logs to 46 chars. 14 gadi atpakaļ
  Ask Solem fbe14ea801 Daemonization cookbook: Need to export DJANGO_SETTINGS_MODULE in /etc/default/celeryd. 14 gadi atpakaļ
  Ask Solem 75c57b85b0 Set default broker settings to amqplib://guest:guest@localhost/ 14 gadi atpakaļ
  Ask Solem c3cd202b9a Added Task.__name__ as an alias to self.__class__.__name__. Thanks to _cheerios. 14 gadi atpakaļ
  Ask Solem e3c9e49a3e Added some more FAQs from stack overflow 14 gadi atpakaļ
  Ask Solem 26e433d606 event.state: Only keep max 4 heartbeats + add limit argument to tasks_by_timestamp, tasks_by_type, tasks_by_worker. Also sort the result of task_types. 14 gadi atpakaļ
  Ask Solem bee56a6460 Task.retry: Raise TypeError if kwargs argument is empty. Closes #164. Thanks to bmbouter. 14 gadi atpakaļ
  Ask Solem 39ea6a6c2c utils.compat.LoggerAdapter: Forgot to import logging 14 gadi atpakaļ
  Ask Solem 89502dbd05 Mediator: Don't sleep between blocking queue.get()'s 14 gadi atpakaļ
  Ask Solem 3043945a71 timeutils.timedelta_seconds: Must return 0 for negative seconds. 14 gadi atpakaļ
  Ask Solem 7ead4a5ec9 Added tests for task loggers. 14 gadi atpakaļ
  Ask Solem d0e984b8b4 utils.compat.LoggerAdapter: Support extra argument in Python 2.4. 14 gadi atpakaļ
  Ask Solem c9a07aefa6 timedelta_seconds: Use timedelta.total_seconds when on Python 2.7 14 gadi atpakaļ
  Ask Solem 3e55935fd5 Merge branch 'fredj/master' 14 gadi atpakaļ
  Ask Solem 8be2fccb04 celery.execute.apply: Make sure kwargs["task_id"] is set. 14 gadi atpakaļ
  fredj 295cf6c802 minor doc update (Sphinx syntax) 14 gadi atpakaļ
  fredj 35890c60aa document the default CELERYD_CONCURRENCY and CELERYD_PREFETCH_MULTIPLIER values 14 gadi atpakaļ
  fredj 87ce6945be minor doc update (Sphinx syntax) 14 gadi atpakaļ
  fredj b073205bf2 Merge commit 'upstream/master' 14 gadi atpakaļ
  Ask Solem d76ca8f126 expires argument can now be int (expiry specified in seconds from now()) 14 gadi atpakaļ
  fredj b49521e51d userguide: fix subtask example 14 gadi atpakaļ
  Ask Solem 07c589fa27 Added the ability to set an expiry date and time for tasks. 14 gadi atpakaļ
  Jason Baker 03bb80a226 Inserting Exception that was accidentally removed 15 gadi atpakaļ
  Jason Baker dc32dcf87d Moving this to celery.exceptions so you can import the error for inspection without raising it. 15 gadi atpakaļ
  Ask Solem ceca5bd703 Added Lukas Linhart to AUTHORS 14 gadi atpakaļ
  Ask Solem 5840e878c1 Merge branch 'Almad/master' 14 gadi atpakaļ
  Ask Solem b429f11d8e Merge branch 'jonashaag/master' 14 gadi atpakaļ
  Ask Solem e9cd6b1f98 celery.task.control.inspect: Fixed replies if there is no destination. 14 gadi atpakaļ
  Jonas Haag 4e9d87b95c Make .store_result function if 'state' is not known to celery. 14 gadi atpakaļ