All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.runtime.shutdown.ShutdownConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
io.quarkus.runtime.shutdown.ShutdownConfig.delay=Delay between shutdown being requested and actually initiated. Also called the pre-shutdown phase.\nIn pre-shutdown, the server continues working as usual, except a readiness probe starts reporting "down"\n(if the {@code smallrye-health} extension is present). This gives the infrastructure time to detect\nthat the application instance is shutting down and stop routing traffic to it.\n\nNotice that this property will only take effect if {@code quarkus.shutdown.delay-enabled} is explicitly\nset to {@code true}.
io.quarkus.runtime.shutdown.ShutdownConfig.timeout=The timeout to wait for running requests to finish. If this is not set then the application will exit immediately.\n\nSetting this timeout will incur a small performance penalty, as it requires active requests to be tracked.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy