When a new instance of your scheduled job is triggered while a previous one is still running, the outcome depends on your Azure Container Apps Job configuration.
Default Behavior – Runs in Parallel
By default, Azure Container Apps Jobs allow multiple instances to run simultaneously. So if your job starts at 11:00 AM and is still running when the next one is triggered at 11:05 AM, both will run in parallel unless limits are set.
For more details, check the official Microsoft documentation: https://learn.microsoft.com/en-us/azure/container-apps/jobs?tabs=azure-cli#scheduled-jobs
Summary
-->By default, jobs run in parallel.
--> You can limit concurrency so only one job runs at a time.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.