It seems the issues you're facing with late runs could be related to scheduling configurations or potential problems with the Prefect Cloud scheduler. Here's a quick summary with links to more in-depth information:
1. If flow runs are marked as
Late, it may require manual rescheduling. The
Using the Client guide illustrates how to reschedule late flow runs using Prefect's client library.
2. Scheduler settings can impact the timing and execution of scheduled flow runs. The settings include batch sizes and trigger intervals and can be configured as shown in the
Schedules documentation.
3. Regarding tiers and limitations, the
Pricing page suggests that even on the free tier, you should have all core features, including the scheduler functionality. If you are not exceeding your tier limits (and you mentioned you have only used 4.1 of the 10 hours available), there should not be any quota-based issues affecting your flows.
If none of these suggestions or settings configurations address the issue, it might be necessary to check the Prefect Cloud status to see if there are any ongoing incidents or maintenance activities that could affect scheduling. You could also search for any recent GitHub issues about similar problems in the PrefectHQ repository or reach out to Prefect support for more dedicated assistance.
To check for any current known issues, you can use the
search_github_issues
function with relevant queries, such as "flow run late", "scheduling problems", or others that pertain to your situation. If you would like to proceed with this, please let me know, and I will perform the search for you.