Save and display timeToComplete on model outputs (#6)

* Calculate and save timeToComplete on model outputs

* Add output stats to function call as well

* Record timeToComplete before parsing response json

* Add default value for timeToComplete
This commit is contained in:
arcticfly
2023-06-30 21:29:28 -07:00
committed by GitHub
parent 625d34a9e0
commit 6389bd54de
5 changed files with 44 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "ModelOutput" ADD COLUMN "timeToComplete" INTEGER NOT NULL DEFAULT 0;