dev_ras
02/19/2025, 7:55 PMMarvin
02/19/2025, 7:59 PMprefetch_seconds
parameter for Azure push work pools in Prefect. The documentation doesn't mention any specific parameter for pre-provisioning infrastructure in push work pools like it does for pull work pools.
However, there are some general strategies you might consider to mitigate the delay:
1. Infrastructure Provisioning: Ensure that your infrastructure is pre-provisioned and ready to handle scheduled runs. Prefect can automatically detect existing infrastructure, which might help reduce provisioning time. You can find more about provisioning infrastructure for push work pools here.
2. Concurrency Management: Check if there are any concurrency limits set on your work pool that might be affecting the start time of your runs. More on managing concurrency can be found here.
Unfortunately, without a specific prefetch_seconds
option, you might need to explore infrastructure readiness or look into other optimizations in your setup. If you have further questions or need more detailed help, feel free to ask.dev_ras
02/19/2025, 8:13 PMMarvin
02/19/2025, 8:21 PM