gila action: action runner cannot accept task #94

Closed
opened 2023-04-02 19:56:33 +00:00 by aplsms · 2 comments
aplsms commented 2023-04-02 19:56:33 +00:00 (Migrated from gitea.com)

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

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
lunny commented 2023-04-03 03:51:39 +00:00 (Migrated from gitea.com)

Can you visit https://git.local from your runner machine?

Can you visit `https://git.local` from your runner machine?
aplsms commented 2023-04-04 22:45:58 +00:00 (Migrated from gitea.com)

it works. I was able to register this worker. is it possible to change the timeout for a reply?

it works. I was able to register this worker. is it possible to change the timeout for a reply?
Sign in to join this conversation.