How to upgrade v2 jobs to v3 tasks, and how to use them together.
io.runTask()
(and no cacheKeys
).task
s are the new primitive, not job
s.trigger()
or batchTrigger()
which you can do on any type of task. Including scheduled, webhooks, etc if you want.