Patterns
Source URL: https://docs.bullmq.io/bull/patterns
Patterns
Section titled “Patterns”Here are a few examples of useful patterns that are often implemented with Bull:
- Persistent connections
- Message Queue
- Returning Job Completions
- Reusing Redis Connections
- Redis Cluster
- Debugging
- Custom backoff strategy
- Manually fetching jobs
If you have any other common patterns you want to add, pull request them!