Skip to content

Commit

Permalink
fix: Correct syntax errors in job recovery mechanism (#469)
Browse files Browse the repository at this point in the history
* fix: Correct syntax errors in job recovery mechanism

* chore: Update job default timeout interval to 30 seconds
  • Loading branch information
nadeesha authored Jan 4, 2025
1 parent 134f5de commit 3377aa9
Show file tree
Hide file tree
Showing 16 changed files with 1,994 additions and 530 deletions.
177 changes: 60 additions & 117 deletions cli/src/client/contract.ts

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions control-plane/drizzle/0203_sad_speed.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "jobs" ALTER COLUMN "remaining_attempts" SET DEFAULT 1;--> statement-breakpoint
ALTER TABLE "machines" DROP COLUMN IF EXISTS "status";
Loading

0 comments on commit 3377aa9

Please sign in to comment.