Skip to content

Commit

Permalink
fix: Predictive retries via self-heal mechanism (#118)
Browse files Browse the repository at this point in the history
Refactor the job persisting mechanism to allow retries to happen via the
same bulk self-healing mechanism.
  • Loading branch information
nadeesha authored Feb 9, 2024
1 parent d64e6aa commit d9dffe4
Show file tree
Hide file tree
Showing 9 changed files with 750 additions and 196 deletions.
2 changes: 2 additions & 0 deletions control-plane/drizzle/0035_eminent_fantastic_four.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "jobs" ADD COLUMN "predicted_to_be_retryable" boolean;--> statement-breakpoint
ALTER TABLE "jobs" ADD COLUMN "predicted_to_be_retryable_reason" text;
Loading

0 comments on commit d9dffe4

Please sign in to comment.