|
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? |
Answered by
halturin
Dec 21, 2024
Replies: 2 comments 6 replies
|
I would use PS I'm working on |
2 replies
|
@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. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

missing this one: