Morning everyone, is there any way to monitor and analyse the task queue when running prisma 1 in docker? Our production server has suddenly got a permanently full task queue (1000 tasks) and I'd quite like to find out why!
r
Ryan
09/17/2020, 8:19 AM
Hey @Moray Macdonald 👋
I would suggest restarting your instances. Also one of the latest version I think 1.34.11 allows configuring task queue size and included a bug fix with task queues not draining, so you could update to that and check as well.
Ryan
09/17/2020, 8:26 AM
Also, if an instance is constantly full, then it might not have enough resources to work properly for the load it’s experiencing, so you can try increasing the resources as well.
m
Moray Macdonald
09/17/2020, 8:29 AM
Thanks Ryan, we're on 1.34.0 so I'll update that now.
Moray Macdonald
09/17/2020, 8:30 AM
I notice that the latest version of the prisma package on npm is 1.34.10, will the version number difference be an issue?
r
Ryan
09/17/2020, 8:34 AM
I don’t think so.
👍 1
m
Moray Macdonald
09/17/2020, 10:13 AM
@Ryan I've updated everything to 1.34.10 but am still having issues. How do I go about managing the task queue? I can't find anything about it in the docs