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
Currently, if a job fails after committing any blob or document data - it will be rerun and the stale data will be left orphaned. We have a goroutine that cleans up completed Kubernetes jobs in the dispatcher (
) which we could extend to clean up any blob/document data associated with a failed job. This interface should probably be lifted above the specific provider to the dispatcher (
Currently, if a job fails after committing any blob or document data - it will be rerun and the stale data will be left orphaned. We have a goroutine that cleans up completed Kubernetes jobs in the dispatcher (
ion/internal/app/dispatcher/providers/kubernetes.go
Line 176 in 9072a4a
ion/internal/app/dispatcher/run.go
Line 18 in 9072a4a
The text was updated successfully, but these errors were encountered: