If I spawn a cfthread
, I might just do that
The most frustrating thing about our production app is that we sit behind Cloudflare, an Elastic Load Balancer, an Application Load Balancer, and finally ngingx (as a web app). And, I’m pretty sure each one of those also sets some request timeout. So, no matter what I use in the Lucee server, the user’s request will terminate in a given period (I think the lowest of the layers is 60-seconds). Which is frustrating because even if I have a request that I know will run a long time, I have to jump through hoops to figure out how to let the user consume it without using a long request time.