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(
1511
1511
// not with a benchmark.
1512
1512
conn. record_error (
1513
1513
artifact_row_id,
1514
- & format ! ( "exhausted retry count" ) ,
1514
+ "Job failure" ,
1515
1515
& format ! ( "Error while benchmarking job {benchmark_job:?}: {error:?}" ) ,
1516
1516
Some ( benchmark_job. id ( ) ) ,
1517
1517
)
Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ Records an error within the application namely a;
257
257
258
258
Columns:
259
259
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 .
262
262
* ** aid** (` INTERGER ` ): References the artifact id column.
263
263
* ** context** (` TEXT NOT NULL ` ): A little message to be able to understand a
264
264
bit more about why or where the error occured.
You can’t perform that action at this time.
0 commit comments