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.
1 parent 9f56373 commit 46b3ee3Copy full SHA for 46b3ee3
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