コミット履歴

作者 SHA1 メッセージ 日付
  Brian Rosner dff651b635 Handle shut down a bit better. 16 年 前
  Brian Rosner 2610b1acf3 context is not available when running in non-daemon mode. 16 年 前
  Brian Rosner 60e333ffd2 Register PickledObject otherwise psycopg2 will throw a can't adapt error since the data type is unknown. 16 年 前
  Brian Rosner 1d9dc2d606 Changed info to debug for EventTimer event in WorkController. 16 年 前
  Ask Solem e5a6a7edc9 README: Change wording of "worker daemon" to "worker server", use "--detach" 16 年 前
  Ask Solem c64e7f1216 Rename ``task_name`` arguments to TaskRegistry methods to ``name``, so it's 16 年 前
  gregoire 6d47acea8f Import missing errno module 16 年 前
  Ask Solem 19c5f706b2 Wrap timer_stat.stop() in a finally block. 16 年 前
  Ask Solem 908fe7e24f Fix and document the statistics (monitoring) module. 16 年 前
  Ask Solem 550429b1f7 Merge branch 'master' into statistics 16 年 前
  Ask Solem 22491d7062 Terminate pool at SystemExit 16 年 前
  Ask Solem 73913ad581 Fix typo scheme -> cache_scheme 16 年 前
  Ask Solem b9d223cdc9 More statistics 16 年 前
  Ask Solem 42dc92bcbf Rename CHANGELOG in MANIFEST.in -> Changelog 16 年 前
  Ask Solem 86b2ea2077 Merge branch 'master' into statistics 16 年 前
  Ask Solem 2589edca11 Forgot to add Sphinx automodule .rst file for celery.pool (damn, Sphinx 16 年 前
  Ask Solem 48a55d3476 Use ``python-daemon`` instead of the homegrown stuff. (this adds a dependency 16 年 前
  Ask Solem cf1498f6d5 Django <= 1.0.2 doesn't have django.core.cache.parse_backend_uri. 16 年 前
  Ask Solem 739462d804 Remove dependency to simplejson 16 年 前
  Vitaly Babiy a7ac8fbf21 using cache module to get settings no global namespace 16 年 前
  Ask Solem 9b9c2cdb09 Added Vitaly Babiy to AUTHORS. 16 年 前
  Ask Solem de36431b07 Can't exact match for "memcached". Search for it as a substring instead. 16 年 前
  Ask Solem 43a661fc7d Merge branch 'vbabiy/master' 16 年 前
  Ask Solem 4f0c23eda0 Bump version again: 0.3.5. Having an internal PyPI server, sure makes big gaps in the 16 年 前
  Ask Solem 7fb67e0577 Looks good... 16 年 前
  Vitaly Babiy 32bb0ff632 method rename from cleanup_process -> process_cleanup 16 年 前
  Vitaly Babiy 1cb69650f3 Merge branch 'ask_master' 16 年 前
  Vitaly Babiy b704e18d4a Work only closes cache connection now if memcached is the cache backend 16 年 前
  Ask Solem a6428a9eb6 Started on Statistics/Monitoring. 16 年 前
  Vitaly Babiy 01f82ba425 Added check to make sure to only close cache connection if its not locmem. 16 年 前