Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Nov 19, 2024
1 parent 61b1b05 commit 756db43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -4370,7 +4370,7 @@ static void push_task_to_ready_tasks(struct vine_manager *q, struct vine_task *t
if (t->result == VINE_RESULT_RESOURCE_EXHAUSTION) {
/* when a task is resubmitted given resource exhaustion, we
* increment its priority by 1, so it gets to run as soon
* as possible among those with the same priority. This avoids
* as possible among those with the same priority. This avoids
* the issue in which all 'big' tasks fail because the first
* allocation is too small. */
priority_queue_push(q->ready_tasks, t, t->priority + 1);
Expand Down

0 comments on commit 756db43

Please sign in to comment.