mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-04 21:47:03 +03: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.