I'm using quite a few cfthreads in a scheduled task (because cf runs out of memory otherwise), and now I'm getting the following error:
Cannot create a new thread because the task queue has reached it maximum limit 5000.
So here are my questions:
- what is the "task queue" exactly, and where are the docs?
- how do I increase this limit?
- how can I determine what the limit is dynamically? and how many threads are already in the queue?