I have two dags one that runs every 5 minutes and another that does a similar thing that will run every hour, I am already aware of cross dag dependencies So that would definitely stop dags from being executed at the same time, but what I need to make sure of is if that hourly dag executes and takes time I dont want the one that runs every 5 minute to queue up . can you please help on this
many thanks