mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-21 13:25:37 +01:00
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.