We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f56373 + 46b3ee3 commit 865b56fCopy full SHA for 865b56f
src/Queue.ts
@@ -147,7 +147,7 @@ export class Queue {
147
const job: RawJob = {
148
id: Uuid.v4(),
149
payload: JSON.stringify(payload || {}),
150
- metaData: JSON.stringify({ faileAttempts: 0, errors: [] }),
+ metaData: JSON.stringify({ failedAttempts: 0, errors: [] }),
151
active: FALSE,
152
created: new Date().toISOString(),
153
failed: '',
0 commit comments