Page 1 of 1

Delay Plugin Startup?

PostPosted: Tue Aug 08, 2017 11:28 am
by DVDDave
This issue has been touched on several times but I haven't been able to find a solution.

Some of my plugins are throwing errors when I restart my server. The errors seems to be caused by the plugins starting up before the network is fully connected. Most of the plugins try again and eventually succeed but some don't.

Is there any way to delay starting the plugins, allowing time for the network to start? Alternatively, is there a way to delay starting up the Indigo server?

Thanks.

--Dave

Re: Delay Plugin Startup?

PostPosted: Tue Aug 08, 2017 2:03 pm
by jay (support)
This is a problem that plugins that depend on network resources should handle (see this discussion).

Re: Delay Plugin Startup?

PostPosted: Tue Aug 08, 2017 2:13 pm
by DVDDave
Thanks, Jay!