vkuznet / transfer2go

Distributed, loosely couple agent-based transferring system
MIT License
8 stars 2 forks source link

Run transfer2go in separate process #36

Closed rishiloyola closed 7 years ago

rishiloyola commented 7 years ago

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.

rishiloyola commented 7 years ago

@vkuznet you can merge this pr. Also, I removed some unnecessary files like catalog.db, catalog2.db.

vkuznet commented 7 years ago

Done.