Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Resiliency

a_git_a edited this page Feb 5, 2024 · 2 revisions

Resiliency

All Data Jobs should be atomic and idempotent - it is OK for a job to fail somewhere in the middle or execution; subsequent restart should not cause data corruption.

Once deployed (if operators of Control Service have enabled it), Data Jobs will be automatically restarted on errors caused by infrastructure issues (e.g., intermittent issues with network connectivity).

Clone this wiki locally