Hi,
How many jobs would you want to define?
- Did you try using a cron expressions with multiple times in a single expressions? ( https://stackoverflow.com/questions/13584699/running-a-cron-job-3-times-1-pm-2-pm-and-3-pm-for-example/13584807 )
- Another workaround in case you want to call multiple functions in the same time is wrapping them in a single function and call that function.
Please let me know if that solves the issue.
Thanks!