Kind: Type
Source: atloria-monorepo/apps/api/src/changelog/changelog.types.ts
Jobs on the 'changelog' BullMQ queue. jobIds never contain ':' (BullMQ rejects it).
Definition
ts| { type: 'summarize'; entryId: string }
| { type: 'fanout'; entryId: string }
Was this page helpful?