Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 4, 2024
1 parent 1dab082 commit 4b61047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/registry/commands/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class WorkerCommand(BaseCommand):

def add_arguments(self, command_parser):
command_parser.add_argument("--timeout", help="Die with timeout (SIGALARM) after TIMEOUT seconds.", type=int)
command_parser.add_argument("--wait", help="Wait for WAIT seconds between each task.", type=int, default=1)
command_parser.add_argument("--wait", help="Check for new task every WAIT seconds.", type=int, default=60)

command_parser.add_argument(
"action",
Expand Down

0 comments on commit 4b61047

Please sign in to comment.