act_runner/internal
sillyguodong 12999b61dd Reduce unnecessary DB queries for Actions tasks (#219)
implement: https://github.com/go-gitea/gitea/issues/24544

Changes:
- Add a global variable `tasksVersion` to store the lastest version number which returned by Gitea.
- Pass `tasksVersion` to Gitea when invoking `FetchTask`.
- If there is no task in the `FetchTask` response, store the version from the `FetchTask` response into `tasksVersion` variable.
- If there is a task in the `FetchTask` response, set `tasksVersion` to zero to focre query db in next `FetchTask` request.

Related:
- Protocol: gitea/actions-proto-def#10
- Gitea side: https://github.com/go-gitea/gitea/pull/25199

Reviewed-on: gitea/act_runner#219
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
2023-07-25 03:25:50 +00:00
..
app Reduce unnecessary DB queries for Actions tasks (#219) 2023-07-25 03:25:50 +00:00
pkg Add tips in config file (#297) 2023-07-20 02:16:30 +00:00