I need to do some computations which are based on somewhat generic events. Unfortunately, it seems like the API only allows a job to be triggered by a single event.
It would probably also be nice if a job could be triggered by multiple trigger types (e.g. both events as well as a cron). Is the current guidance to make a job for each trigger and share the run function between the Jobs?