Skip to content

Commit

Permalink
fixed mistyped line
Browse files Browse the repository at this point in the history
  • Loading branch information
antbaez9 committed Jul 13, 2024
1 parent 9b7af10 commit 5109735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributask/distributask.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def create_instance(
raise ValueError("VAST_API_KEY is not set in the environment")

if command is None:
command = f"celery -A {module_name} worker --loglevel=info --concurrency=1 --without-heartbeat --prefetch_multiplier=1"
command = f"celery -A {module_name} worker --loglevel=info --concurrency=1 --without-heartbeat --prefetch-multiplier=1"

if env_settings is None:
env_settings = self.settings
Expand Down

0 comments on commit 5109735

Please sign in to comment.