From fc887f97a44892a20269f77285918332b72fe20a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 01 2017 09:18:54 +0000 Subject: Drop the --autoreload argument It was experimental in celery 3.x and has been entirely removed in 4.x Signed-off-by: Pierre-Yves Chibon --- diff --git a/runworker.py b/runworker.py index a5c5399..6d7277e 100755 --- a/runworker.py +++ b/runworker.py @@ -35,8 +35,7 @@ if args.config: env['PAGURE_CONFIG'] = config cmd = [ - sys.executable, '-m', 'celery', 'worker', '-A', 'pagure.lib.tasks', - '--autoreload' + sys.executable, '-m', 'celery', 'worker', '-A', 'pagure.lib.tasks' ] if args.debug: