mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 09:24:25 +00:00
f4561c44b1
When we pick up a job, all waiting jobs should firstly be ordered by update time, otherwise when there's a running job, if I rerun an older job, the older job will run first, as it's id is smaller.