File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1511,7 +1511,7 @@ async fn run_job_queue_benchmarks(
15111511 // not with a benchmark.
15121512 conn. record_error (
15131513 artifact_row_id,
1514- & format ! ( "exhausted retry count" ) ,
1514+ "Job failure" ,
15151515 & format ! ( "Error while benchmarking job {benchmark_job:?}: {error:?}" ) ,
15161516 Some ( benchmark_job. id ( ) ) ,
15171517 )
Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ Records an error within the application namely a;
257257
258258Columns:
259259
260- * ** id** (` BIGINT ` / ` SERIAL ` ): Primary key identifier for the job row;
261- auto increments with each new job .
260+ * ** id** (` BIGINT ` / ` SERIAL ` ): Primary key identifier for the error row;
261+ auto increments with each new error .
262262* ** aid** (` INTERGER ` ): References the artifact id column.
263263* ** context** (` TEXT NOT NULL ` ): A little message to be able to understand a
264264 bit more about why or where the error occured.
You can’t perform that action at this time.
0 commit comments