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
We seem to be having issues where Redis or php is not closing the connections causing Apache to hang in a wait state.
There seems to be no class to Redis->close() at the moment, so I assume the bundle relies on the connection being terminated automatically.
Is there a way to close the connection of the storage adapter via the shutdown function in the kernel, which calls the shutdown function in all bundles?
Is there a way to access the CollectorRegistry from within ArtprimaPrometheusMetricsBundle::class?
The text was updated successfully, but these errors were encountered:
I supposed you have php in cgi module for apache. I did not observe this on fpm.
But you are right, the bundle should close connection in its shutdown method. I am not sure of how to do this because the Adapter is private and it seems to me it is the only one that can do the close.
We seem to be having issues where Redis or php is not closing the connections causing Apache to hang in a wait state.
There seems to be no class to Redis->close() at the moment, so I assume the bundle relies on the connection being terminated automatically.
Is there a way to close the connection of the storage adapter via the shutdown function in the kernel, which calls the shutdown function in all bundles?
Is there a way to access the CollectorRegistry from within ArtprimaPrometheusMetricsBundle::class?
The text was updated successfully, but these errors were encountered: