Просмотр исходного кода

contrib/supervisord/: Comments refers to files moved to django-celery. Thanks to Stefan Foulis.

Ask Solem 15 лет назад
Родитель
Сommit
7e86768be2
2 измененных файлов с 6 добавлено и 2 удалено
  1. 3 1
      contrib/supervisord/celerybeat.conf
  2. 3 1
      contrib/supervisord/celeryd.conf

+ 3 - 1
contrib/supervisord/celerybeat.conf

@@ -3,7 +3,9 @@
 ; ============================
 
 ; NOTE: If you're using Django, you shouldn't use this file.
-; Use django/celerybeat.conf instead!
+; Use
+; http://github.com/ask/django-celery/tree/master/contrib/supervisord/celerybeat.conf
+; instead!
 
 [program:celerybeat]
 command=celerybeat --schedule /var/lib/celery/celerybeat-schedule --loglevel=INFO

+ 3 - 1
contrib/supervisord/celeryd.conf

@@ -3,7 +3,9 @@
 ; ============================
 
 ; NOTE: If you're using Django, you shouldn't use this file.
-; Use django/celeryd.conf instead!
+; Use
+; http://github.com/ask/django-celery/tree/master/contrib/supervisord/celeryd.conf
+; instead!
 
 [program:celery]
 command=celeryd --loglevel=INFO