Nicolas Höning
Nicolas Höning
This seems to have been resolved.
Liveness and readiness are technically not the same, see the linked article. We can move this issue further along and decide here: - is it a simple 200 response? -...
Did you mean "liveness" when you wrote "readiness"? Because readiness is checking the database connections.
I believe readiness checks the necessary conditions, while liveness only checks being alive itself. The web pod is not ready when the underlying DB is not alive. (readiness also checks...
Thanks! I highly doubt a plugin would use them, but good thinking.
Maybe merging this PR at this stage would be nice, and I add the parameterization update for the trigger endpoint in a separate PR. This PR is huge, and you...
> The changelog message could maybe be expanded It might be good to mention that we merged our two scheduler functions (for batteries and Charge Points) into a single scheduler...
I got this error when upgrading Flask: -flask==2.1.2 +flask==2.3.2 Anyway, the issue in the actual rq-dashboard repo is [here](https://github.com/Parallels/rq-dashboard/issues/417).
I have Piwik on a webhost where MySQLdb seems to be broken. So could I use Google2Piwik from my home PC if I get it to access Piwik via the...
@ockham thanks