Skip to content

Commit eec5998

Browse files
chore(config): update Kueue local queue name (#661)
Closes reanahub/reana-job-controller#493
1 parent 9880f76 commit eec5998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reana_workflow_controller/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def _parse_interactive_sessions_environments(env_var):
398398
KUEUE_ENABLED = bool(strtobool(os.getenv("KUEUE_ENABLED", "False")))
399399
"""Whether to use Kueue for workflow scheduling."""
400400

401-
KUEUE_LOCAL_QUEUE_NAME = "local-queue-batch"
401+
KUEUE_LOCAL_QUEUE_NAME = "batch-queue"
402402
"""Name of the local queue to be used by Kueue."""
403403

404404
REANA_RUNTIME_BATCH_TERMINATION_GRACE_PERIOD = int(

0 commit comments

Comments
 (0)