Hi all, just wanted to ask base on what criteria would you guys split a long-running, resources-consuming service to be a separated executable? Thanks in advance
a
Andrew O'Hara
01/23/2025, 3:14 PM
I've never felt the need to do that. Ideally, any long running task would be resumable, and so it wouldn't matter if it gets interrupted by an app restart.