After successfully registered runner, i have an error when runner is run as a daemon.
INFO[2023-04-02T12:53:23-07:00] poller: request stage from remote server func=pollTask
ERRO[2023-04-02T12:53:28-07:00] cannot accept task error="deadline_exceeded: Post \"https://git.local/api/actions/runner.v1.RunnerService/FetchTask\": context deadline exceeded" func=pollTask
ERRO[2023-04-02T12:53:28-07:00] can't find the task: deadline_exceeded: Post "https://git.local/api/actions/runner.v1.RunnerService/FetchTask": context deadline exceeded func=Poll
I have ssl proxy (traefik) in fromt of my gitea.
Thank you,
AP
Hello,
After successfully registered runner, i have an error when runner is run as a daemon.
```
INFO[2023-04-02T12:53:23-07:00] poller: request stage from remote server func=pollTask
ERRO[2023-04-02T12:53:28-07:00] cannot accept task error="deadline_exceeded: Post \"https://git.local/api/actions/runner.v1.RunnerService/FetchTask\": context deadline exceeded" func=pollTask
ERRO[2023-04-02T12:53:28-07:00] can't find the task: deadline_exceeded: Post "https://git.local/api/actions/runner.v1.RunnerService/FetchTask": context deadline exceeded func=Poll
```
I have ssl proxy (traefik) in fromt of my gitea.
Thank you,
AP
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hello,
After successfully registered runner, i have an error when runner is run as a daemon.
I have ssl proxy (traefik) in fromt of my gitea.
Thank you,
AP
Can you visit
https://git.localfrom your runner machine?it works. I was able to register this worker. is it possible to change the timeout for a reply?