We need to run our transfer2go project in separate process. Because when we run it in the same process where the supervisor is running and if there is some problem while configuring or while registering agent to the main agent then our agent is calling the panic function which will exit the process. And eventually, it stops the supervisor too.
Note: Do not merge this pr. I need to add background process clean up command.
We need to run our transfer2go project in separate process. Because when we run it in the same process where the supervisor is running and if there is some problem while configuring or while registering agent to the main agent then our agent is calling the panic function which will exit the process. And eventually, it stops the supervisor too.
Note: Do not merge this pr. I need to add background process clean up command.