Add generic AI job queue lifecycle
This commit is contained in:
3
migrations/002_ai_jobs_worker_lease.down.sql
Normal file
3
migrations/002_ai_jobs_worker_lease.down.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE ai_jobs
|
||||
DROP COLUMN IF EXISTS heartbeat_at,
|
||||
DROP COLUMN IF EXISTS worker_id;
|
||||
Reference in New Issue
Block a user