Beno!t POLASZEK
Beno!t POLASZEK
@alanpoulain Interesting, I didn't think of doing this that way. Is there a public example of this? This kind of tricks would be very welcome in the new _How do...
Another recurrent consistency issue: ------ ### Disabling Swagger UI ```yaml # api/config/packages/api_platform.yaml api_platform: # ... enable_swagger_ui: false ``` It will switch your default documentation UI to [ReDoc](./redoc-ui.md). ### Manually Registering...
Hi @clue ! 👋 I have an issue with Freddie where a short Redis outage (connection down then up a few ms afterwards) would not be detected on a hanging...
Update: from what I understand, the Redis connection may be closed at any time so that the client goes to an "idle" state, that can be awaken later. It's just...
Ping @chabou - same issue here, very annoying :-(
> If you'd like, you could use https://github.com/Baldinof/caddy-supervisor which is a plugin for Caddy that can run other processes like php-fpm, so Caddy acts as PID 1 in Docker, and...
Hi there, same here (using [RaspiNukiBridge](https://github.com/regevbr/RaspiNukiBridge) as addon): Log say: > Failed to get list of devices from bridge: HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: //172.30.33.2:8080/info?token=e56f353daa61095e6fd1dacc4b0c8dcf48a5663b04f741f8880fcc05a472b729 (Caused by NewConnectionError(':...
Hey @progmancod - it's been a while this issue has been opened, and I wanted to make sure everything's now fine. I'm running Freddie on an intensive IoT platform (using...
Hi @progmancod, no worries. When you speak about performance degradation, what do you mean exactly? Memory leaks? High response times? Hub not responding?