Attempt to fix test.

This commit is contained in:
Sam Rose 2025-03-27 16:04:04 +00:00
parent 3ea8aaacb2
commit 48c20a8d5a
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ function jobTags(job: Job) {
"job.id": job.id,
"job.attemptsMade": job.attemptsMade,
"job.timestamp": job.timestamp,
"job.sizeBytes": sizeof(job),
"job.data.sizeBytes": sizeof(job.data),
...jobOptsTags(job.opts),
}