Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxqd: update group_jobs_running on transition from RUNING or LOADED t…
…o UNKNOWN
  • Loading branch information
donald committed May 3, 2016
1 parent f2473b7 commit a083e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxqd.c
Expand Up @@ -1740,6 +1740,7 @@ static int job_is_lost(struct mxq_server *server,struct mxq_group *group, struct

mxq_set_job_status_unknown(server->mysql, job);
group->group_jobs_unknown++;
group->group_jobs_running--;

rename_outfiles(group, job);

Expand Down

0 comments on commit a083e37

Please sign in to comment.