Hi,
I'm trying to create a scheduled job that runs notebooks from three different repos. However, since a job can only be associated with one repo, I've had to create three separate jobs and a master job that triggers them sequentially.
This setup works, except that job clusters are limited to one job each. This is problematic because starting a new cluster for each job delays execution, and I need the job to run as quickly as possible.
How can I either create a job with multiple repos using a single cluster, or configure multiple jobs to share the same job cluster?