XFdestek
Kurucu Üye
In my app, I have some long running jobs. Out of the box, XenForo runs one job at a time in pretty linear fashion. This is not a problem, but I wanted to see if any extended this to run jobs concurrently. My app will process documents and then process pages. (for an example) One document could have 500+ pages which will then create 500+ jobs. I'd like to be able to process 10 concurrent page jobs until the page jobs have been completed.
Has anyone implemented rabbitMQ with XenForo or...
Has anyone implemented rabbitMQ with XenForo or...