Closed otaconix closed 1 year ago
Context is canceled when it is no longer relevant, so for example, that config is being unloaded. (Multiple config changes in rapid succession could cause that, for instance.)
Is a problem actually manifesting or you're just asking about that log?
Context is canceled when it is no longer relevant, so for example, that config is being unloaded. (Multiple config changes in rapid succession could cause that, for instance.)
Is a problem actually manifesting or you're just asking about that log?
I had a problem that I can't seem to reproduce anymore: somehow dynamicdns would fail to create a record altogether, and I couldn't get it to do it by recreating the containers (thus triggering docker-proxy). The only way to get the record created was to restart caddy itself.
The workaround (restarting caddy) and the logging led me to believe that the cancellation of that context was somehow the culprit.
But I'm having trouble reproducing the issue right now, so I'll close this for now. Thanks for having a look, and my apologies for the late response.
Hmm, gotcha. Thanks for the update. Let me know if you can pin it down a little more and I'll be happy to take a look!
I'm not exactly sure what's going on, but I'm running into an issue. First, a few facts:
caddy version
: v2.7.4 h1:J8nisjdOxnYHXlorUKXY75Gr6iBfudfoGhrJ8t7/flI=caddy list-modules --versions
:I'm using caddy-docker-proxy, and everytime I add a new host to dynamicdns' config, caddy-docker-proxy calls the caddy API to load the new Caddyfile, which in turn triggers dynamicdns, and I end up with this in my logs:
Could it be that dynamicdns runs within the context of the server that is being shutdown or something like that?