mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-21 09:19:32 -05:00
feat(ts): improved custom logger (#1652)
* wip improved signatures * feat: retry count and improved logger * task pre * update example
This commit is contained in:
@@ -1418,6 +1418,7 @@ CREATE TABLE v1_log_line (
|
||||
message TEXT NOT NULL,
|
||||
level v1_log_line_level NOT NULL DEFAULT 'INFO',
|
||||
metadata JSONB,
|
||||
retry_count INTEGER NOT NULL DEFAULT 0,
|
||||
|
||||
PRIMARY KEY (task_id, task_inserted_at, id)
|
||||
) PARTITION BY RANGE(task_inserted_at);
|
||||
|
||||
Reference in New Issue
Block a user