I have 4 activities (currently as Symfony Commands) that I want to run sequentially every 5 hours (that will take around 30 minutes all in all).
I am wondering how this can be achieved with Gearman. Should I, to ensure sequential processing, create a worker with 4 functions which then gets triggered by a Client every 5 hours?
Thanks a lot for any answer. Steffen