Multiple instances of Daemon

Hello is it possible to have multiple daemons running catching events from the same Shotgun site/server? If so then is there something I have to pay attention to and setup in particular? My ideal thought is to have each of them run on a different project in the same site.

1 Like

I am also really curious about this.

It should be possible. If you look at the config, the pid file, id file, and log file, all have to be different for this to work.
I don’t particularly like the magical way in which the config is being obtained. I have a pull request that changes this:

which will make it easier to just pass a different config file for each instance.

1 Like

Thaks for reply i will look into that.