-
Notifications
You must be signed in to change notification settings - Fork 56
Resiliency
a_git_a edited this page Feb 5, 2024
·
2 revisions
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).
➡️ Next Section: Data Jobs Development Workflow
SDK - Develop Data Jobs
SDK Key Concepts
Control Service - Deploy Data Jobs
Control Service Key Concepts
- Scheduling a Data Job for automatic execution
- Deployment
- Execution
- Production
- Properties and Secrets
Operations UI
Community
Contacts