Skip to content

Commit

Permalink
Removes Autoreload feature completely
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jun 28, 2016
1 parent 8e0ab0f commit 4187349
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 898 deletions.
1 change: 0 additions & 1 deletion celery/app/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def __repr__(self):
worker=Namespace(
__old__=OLD_NS_WORKER,
agent=Option(None, type='string'),
autoreloader=Option('celery.worker.autoreload:Autoreloader'),
concurrency=Option(0, type='int'),
consumer=Option('celery.worker.consumer:Consumer', type='string'),
direct=Option(False, type='bool', old={'celery_worker_direct'}),
Expand Down
5 changes: 0 additions & 5 deletions celery/bin/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
completed and the child process will be replaced afterwards.
Default: no limit.
.. cmdoption:: --autoreload
Enable auto-reloading.
.. cmdoption:: --no-execv
Don't do execv after multiprocessing child fork.
Expand Down Expand Up @@ -322,7 +318,6 @@ def prepare_arguments(self, parser):
parser.add_option_group(qopts)

fopts = OptionGroup(parser, 'Features')
fopts.add_option('--autoreload', action='store_true')
fopts.add_option(
'--without-gossip', action='store_true', default=False,
)
Expand Down
354 changes: 0 additions & 354 deletions celery/tests/worker/test_autoreload.py

This file was deleted.

Loading

0 comments on commit 4187349

Please sign in to comment.