Otto Medin · Oct 4, 2024 go to post

Thanks!
I found OnProductionStop(), but I'm after something different, along the lines of calling Ens.Director.GetProductionStatus() from within OnMessage() but with a fifth possible state: ProductionStateStopping

What I'm trying to do is custom retry logic that retries on certain errors, which could mean a pretty long total hang time, so it would seem well-behaved to check every second (or so) whether it's time to shut down.
Thinking about it, it would be a lot better to be able to tell whether the host itself should stop. That is, regardless of whether it's because of a production shutdown or a stop/restart of the individual host.

Otto Medin · Oct 7, 2024 go to post

Thanks!

Looking at Ens.Job, there's also a ShouldAbort() and ShouldSuspend(). I guess I'll need to handle those, too, right?

Otto Medin · Feb 16, 2025 go to post

The marketplace search is a little sensitive, so note that it's "GitLens", not "Git Lens".

Otto Medin · May 5, 2025 go to post

Is there a way to avoid copying iris.dat? That is, can the two databases be created separately and then set up as mirrored?

Otto Medin · Sep 25, 2025 go to post

Thanks James,
Do I read the implication correctly, that Ens.Config.Item.GetSetting() does not account for System Default Settings?