You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).