Skip to content

Commit

Permalink
Mark batch_queue_flux as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
dblitt committed Nov 12, 2024
1 parent a4ce2b5 commit 966e81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batch_job/src/batch_queue_flux.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ static int batch_queue_flux_remove(struct batch_queue *q, batch_queue_id_t jobid

static int batch_queue_flux_create(struct batch_queue *q)
{
batch_queue_set_option(q, "experimental", "yes");
return 0;
}

Expand Down

0 comments on commit 966e81a

Please sign in to comment.