You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Matt, thanks a lot for creating caddy. I started playing with it today on my RPi and encountered an issue when building caddy with CloudFlare DNS module. Namely, the RPi took a little bit longer when building the project and after 5 minutes it timeout out when it was fetching the deps and after I restarted the build it failed again after 5 minutes when building the project. I had to remove the timeout condition, rebuild xcaddy and then rerun it to finally get the modified caddy build.
I assume the timeout was added for CI builds but for development purposes it's really unexpected. I propose the timeout has a flag/option/env to be set and let the default behavior be without timing out. What do you think about this?
The text was updated successfully, but these errors were encountered:
Hey Matt, thanks a lot for creating
caddy
. I started playing with it today on my RPi and encountered an issue when buildingcaddy
with CloudFlare DNS module. Namely, the RPi took a little bit longer when building the project and after 5 minutes it timeout out when it was fetching the deps and after I restarted the build it failed again after 5 minutes when building the project. I had to remove the timeout condition, rebuildxcaddy
and then rerun it to finally get the modifiedcaddy
build.I assume the timeout was added for CI builds but for development purposes it's really unexpected. I propose the timeout has a flag/option/env to be set and let the default behavior be without timing out. What do you think about this?
The text was updated successfully, but these errors were encountered: