Skip to content

Commit

Permalink
Fix worker script
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Aug 5, 2024
1 parent 932355e commit 41207cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run_server(self, **options):
if options["loglevel"] == "debug":
cmd += " -v 1"

cmd += f" worker --delete-jobs={options["delete_jobs"]}"
cmd += f" worker --delete-jobs={options['delete_jobs']}"

if queues := options["queues"]:
cmd += f" --queues {queues}"
Expand Down

0 comments on commit 41207cc

Please sign in to comment.