1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-20 19:52:06 +00:00
forgejo-runner/internal/app/run
Mathieu Fenniak ba1beb08f4
fix: log error for why cache couldn't be started (#1057)
Example, `cache.port` set to `22`:
```
time="2025-10-04T09:27:42-06:00" level=error msg="Could not start the cache server, cache will be disabled: listen tcp :22: bind: permission denied" func="[setupCache]" file="[runner.go:126]"
```

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- bug fixes
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/1057): <!--number 1057 --><!--line 0 --><!--description Zml4OiBsb2cgZXJyb3IgZm9yIHdoeSBjYWNoZSBjb3VsZG4ndCBiZSBzdGFydGVk-->fix: log error for why cache couldn't be started<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/1057
Reviewed-by: limiting-factor <limiting-factor@noreply.code.forgejo.org>
Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net>
Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
2025-10-05 07:40:06 +00:00
..
mocks test: add mocks for RunnerInterface & Poller 2025-09-07 13:52:47 -06:00
logging.go Cherry-pick gitea act_runner #543 2024-11-03 13:57:34 +00:00
runner.go fix: log error for why cache couldn't be started (#1057) 2025-10-05 07:40:06 +00:00
runner_test.go fix: remove LXC backend leftovers when the job completes (#1054) 2025-10-03 16:14:08 +00:00
workflow.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
workflow_test.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00