Job Queue solution?

Hi!

Is there any job queue solution for trellis/sage? something built-in and nice?

Thanks

Hey @oops - do you mean like queuing up a bunch of tasks that need to run in the background to prevent long processing times from slowing down site loads or causing timeouts? I don’t think there’s anything built into the Roots stack for that, but I’ve seen a couple of solutions out there.

I’ve used this one: https://github.com/deliciousbrains/wp-background-processing

And here’s another: https://actionscheduler.org

This topic was automatically closed after 42 days. New replies are no longer allowed.