mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 13:27:44 +01: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.