Has anyone needed to run multiple concurrent jobs at once?

Status
This content is read-only, or is not open for further replies.

robdog

Guest
offline
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...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom