mirror of
1
Fork 0
forgejo/routers/api/actions/runner
Zettat123 e932f89a13
Add a transaction to `pickTask` (#33543)
In the old `pickTask`, when getting secrets or variables failed, the
task could get stuck in the `running` status (task status is `running`
but the runner did not fetch the task). To fix this issue, these steps
should be in one transaction.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 06f10656369c7e4274ae4e9f9edb21e1cac520d9)
2025-02-25 12:56:32 +01:00
..
interceptor.go Remove deprecated stuff for runners (#30930) 2024-05-12 20:03:10 +02:00
main_test.go Fix missing outputs for jobs with matrix (#32823) 2024-12-15 10:14:21 +01:00
runner.go Add a transaction to `pickTask` (#33543) 2025-02-25 12:56:32 +01:00