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
Since shutdown hooks run concurrently, running (shutdown-agents) within a shutdown hook will break other shutdown hooks that rely on agents. For example, logging, releasing datomic connection resources, or shutting down an http-kit server within other shutdown hooks will non-deterministically throw exceptions if shutdown-agents has already executed.
Can this experimental shutdown hook be opt-in?
The text was updated successfully, but these errors were encountered:
Since shutdown hooks run concurrently, running
(shutdown-agents)
within a shutdown hook will break other shutdown hooks that rely on agents. For example, logging, releasing datomic connection resources, or shutting down an http-kit server within other shutdown hooks will non-deterministically throw exceptions ifshutdown-agents
has already executed.Can this experimental shutdown hook be opt-in?
The text was updated successfully, but these errors were encountered: