-
I am designing a data migration tool. To perform migration and intermediate transformation steps, each could be very elegantly be implmented as an actor. But when all the data is migrated, how should/would I signal this to all the actors to stop and be able to return an exit code from my main function? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I would use PS I'm working on |
Beta Was this translation helpful? Give feedback.
-
@halturin I will have a look at How should I implement a grafeful exit, preferrably with the ability to return an exit code as most CLI's have. |
Beta Was this translation helpful? Give feedback.
missing this one: