This class should be minimal so we can control the queue items itself.
https://github.com/sindresorhus/p-queue#custom-RealQueueClass
https://github.com/sindresorhus/p-queue/blob/76b81cd707a6cd31b41f25e5d7fa8abc7486c4bf/source/priority-queue.ts#L12
Listen if jobs got deleted, remove them from the queue so they never get executed again.
Listen if jobs got retried, remove them from the queue so they can be added again.
Generated using TypeDoc
This class should be minimal so we can control the queue items itself.
https://github.com/sindresorhus/p-queue#custom-RealQueueClass
https://github.com/sindresorhus/p-queue/blob/76b81cd707a6cd31b41f25e5d7fa8abc7486c4bf/source/priority-queue.ts#L12