genome / ptero-workflow

Client-facing API for the PTero system
1 stars 6 forks source link

Something attempted to create an execution for a task which didn't exist #261

Open mkiwala opened 8 years ago

mkiwala commented 8 years ago

---

2016-04-04 21:05:13 CDT ERROR: insert or update on table "execution" violates foreign key constraint "fk_execution_task_id_task"

2016-04-04 21:05:13 CDT DETAIL: Key (task_id)=(3635462) is not present in table "task".

2016-04-04 21:05:13 CDT STATEMENT: INSERT INTO execution (color, parent_color, method_id, task_id, status, data, colors, begins, workflow_id, timestamp, type) VALUES (0, NULL, NULL, 3635462, 'new', '{}', '[0]', '[0]', 458238, now(), 'TaskExecution') RETURNING execution.id