prisma-queue icon indicating copy to clipboard operation
prisma-queue copied to clipboard

Minimalist postgresql job queue for Prisma

Results 9 prisma-queue issues
Sort by recently updated
recently updated
newest added

Hi, I'm using `prisma-queue` in my current project to great delight. Thanks for sharing this! 🚀 I was wondering how to best organize my queues. Since the handler is typed...

We're having some trouble with very long running 'idle in transsaction' connections from Prisma Queue. Would it be possible to finish the transaction after running the polling query? It's definately...

Hey! My project uses prisma and this looked pretty convenient so I wanted to give it a shot. I'm facing an issue where the worker is getting stuck in an...

Thanks for the quick fix on #2! Just wanted to share some feedback on how this is currently working for me. Figuring out a solution for optimistically grabbing new jobs...

Do I have to run this as a separate process, or does it get initiated somewhere? The get started is a bit vague thanks for any help!

because of edge deployment, and i am using dmmf generated separately from Prisma, the dmmf does not exist immediately so it throws this: 7:19:47 PM [vite] Internal server error: Did...

I'm in New York timezone, and that could be the reason why I see this issue. When the data is inserted to the database, it is in UTC. However due...

I tried to integrate it into my code today and even though I enqueued tasks, they were never processed. Looking at the code, it seems that you're running into time...

I have a Node.js Prisma project that uses TypeScript. When I updated `@mgcrea/prisma-queue` from 1.12.0 to 1.12.1, I got the following TS error: ``` Could not find a declaration file...