Hi all, just wanted to ask base on what criteria w...
# server
h
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
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.