Morning everyone, is there any way to monitor and ...
# prisma1-community
m
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
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.
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
Thanks Ryan, we're on 1.34.0 so I'll update that now.
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
I don’t think so.
👍 1
m
@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