We are currently using Linux hosted Consumption Plan (S1:1) - Python
S1 plan
One storage account is used
We have time trigger running at different time
Example:
Time trigger 1 - 04:05 AM - script1.py - this takes 20 minutes to complete
Time trigger 2 - 04:10 AM - script2.py - this takes 15 minutes to complete
NOTE: adjusted the time out to be 30 minutes so the scripts wont time out
Issue: The Time trigger 2 doesn't start until the time trigger 1 completes, is that the expected behavior? If not is there any parameter I could use that the time trigger 2 doesn't wait until the time trigger 1 finishes.