Skip to content

Commit

Permalink
fix enqueue options for check task
Browse files Browse the repository at this point in the history
  • Loading branch information
avkhozov committed Aug 18, 2023
1 parent 7fce5fc commit 438bbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CS/Command/manager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sub start_round {
my $old_flag = c(@{$alive_flags->{$team_id}{$vuln_id}})->shuffle->first;

$app->minion->enqueue(
check => [$round, $team_id, $service_id, $flag, $old_flag, {n => $n, id => $vuln_id}]
check => [$round, $team_id, $service_id, $flag, $old_flag, {n => $n, id => $vuln_id}], {queue => 'checker'}
);
}
}
Expand Down

0 comments on commit 438bbe4

Please sign in to comment.