```"message":"Task slick.basic.BasicBackend$Databa...
# orm-help
a
Copy code
"message":"Task slick.basic.BasicBackend$DatabaseDef$$anon$3@67704cfc rejected from slick.util.AsyncExecutor$$anon$1$$anon$2@355c4e9e[Running, pool size = 9, active threads = 9, queued tasks = 1000, completed tasks = 508840]"
d
Your server is overloaded. There are 2 immediate options for you: 1) You know that you have a consistent load, then more resources will work for you. 2) You know that you have a burst-heavy workload, then you may increase the
queue
property of your prisma database config, which is directly affecting the amount of
queued tasks
you can have. This means Prisma can backlog more tasks at once, and work them off.