Groundplex without internet
Does a Groundplex continue to execute pipelines and schedules in the event of losing internet connectivity? And does it push the execution information back to control plane after the internet connectivity is restored?
an additional Note on this topic:
pipelines that are already running continue to run (for example a pipeline running a FilePoller snap), even without the requirement of ultra pipelines.Obviously, the node restart after 2 days will stop the pipeline, but we’ve successfully done a test with this over several hours - after the Node was back online, all metrics showed up in the control plane after a short amount of time.
This obviously assumes that the pipeline is built in a way to not require connectivity (no network connections to the internet, no SLDB references) - but for “pure offline” tasks (like in our case, file movements) is perfectly fine.Ultrapipelines themselfs are not “as useful” in a scheduled pipeline scenario - as you’d have to maintain an external Scheduler, to “trigger” the already running ultra-pipeline, which makes management of this very cumbersome.
Snaplogic would have a quite powerfull feature at hand for exactly this usecase since the move of the Scheduler to be triggered “on the groundplex” 2 releases ago - however the scheduler itself will be disabled after 11 missed heartbeats (according to logs in our groundplex) - which is roughly 15 minutes - and cannot currently be configured as it’s hardcoded in the snaplogic code.