Coordinated Shutdown

GoAkt provides a mechanism to execute user-defined tasks during the shutdown of the actor system. One can use the option WithCoordinatedShutdown when creating the actor system. The tasks are executed in the order they have been set. Any failure will halt the shutdown process.

Last updated