remove blockRunByConcurrency todo for jobs

* the behavior looks good
This commit is contained in:
Christopher Homberger 2025-07-25 15:44:53 +02:00
parent 2481e83e45
commit f585f90ff7

View File

@ -472,7 +472,6 @@ func Rerun(ctx *context_module.Context) {
for _, j := range rerunJobs {
// jobs other than the specified one should be set to "blocked" status
// TODO respect blockRunByConcurrency here?
shouldBlock := j.JobID != job.JobID || blockRunByConcurrency
if err := rerunJob(ctx, j, shouldBlock); err != nil {
ctx.ServerError("RerunJob", err)