Hello, I am using prefect 2.8.4 and facing issues ...
# ask-community
a
Hello, I am using prefect 2.8.4 and facing issues since yesterday where CPU utilisation of postgres db suddenly spikes up. It was happening with task concurrency which I then disabled and increase the size of database as well. But the problem still exists. Any solve?
n
hi @Ankit - given your version, this may be related? do you have a lot of anonymous block documents in your db?
a
yes, I have a lot of anonymous block not visible in UI but database
n
understood, as mentioned in the linked message, we've fixed this in 2.13.1. If possible, you may be interested in updating your version to make use of this fix
a
I was trying but it was quite a task figuring out how to setup everything when I moved from v1 to v2, now with 2.13.1, lots of things have changed and same deployment methods etc are not working. I do have another prefect version installed separately (2.12.1) which I can upgrade but can't find any detailed documentation on how to start creating deployments etc 😞
also, I have started facing this issue for last 2 days where table locks and everything stops working. I then end up killing all running queries and restarting agent
we only introduced one additional flow which triggers deployments using API from outside, size of db isn't really a concern rn
increased the size of rds postgres db from xlarge to 4xlarge thinking that would solve