Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/internal/lookout/u…
Browse files Browse the repository at this point in the history
…i/webpack-5.77.0
  • Loading branch information
Mo-Fatah authored Aug 24, 2023
2 parents 8317f0b + 9a66b4f commit 98eac95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/scheduler/database/job_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (r *PostgresJobRepository) FetchJobRunLeases(ctx context.Context, executor
AND jr.succeeded = false
AND jr.failed = false
AND jr.cancelled = false
ORDER BY jr.serial
LIMIT %d;
`

Expand Down

0 comments on commit 98eac95

Please sign in to comment.