To ensure everything works as expected, we have to add the tests for the Skip Locked functionality.
Packages
- adapter-drizzle
- adapter-prisma
- adapter-kysely
As inspiration, we can check the implementation here: https://github.com/mgcrea/prisma-queue/blob/master/src/PrismaQueue.spec.ts#L407
To ensure everything works as expected, we have to add the tests for the
Skip Lockedfunctionality.Packages
As inspiration, we can check the implementation here: https://github.com/mgcrea/prisma-queue/blob/master/src/PrismaQueue.spec.ts#L407