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
Using https://symfony.com/doc/current/components/process.html (or some similar line of reasoning) We ideally want to be able to parallelise any health checks we are running by deferring them to CLI execution and having the __health endpoint we are using call them in tandem to reduce longer running health checks timeouts
Using https://symfony.com/doc/current/components/process.html (or some similar line of reasoning) We ideally want to be able to parallelise any health checks we are running by deferring them to CLI execution and having the
__healthendpoint we are using call them in tandem to reduce longer running health checks timeouts