Gabriel da Silva Jordão
11/08/2023, 3:40 AMMarvin
11/08/2023, 3:41 AMbash
$ prefect init --recipe s3 >> bucket: <insert bucket name here>
For more details, you can refer to the Prefect documentation.
Remember that the agent begins submission of flow runs a short time (10 seconds) before they are scheduled to run. This allows time for the infrastructure to be created, so the flow run can start on time. In some cases, infrastructure will take longer than this to actually start the flow run. In these cases, the prefetch can be increased using the --prefetch-seconds
option or the PREFECT_AGENT_PREFETCH_SECONDS
setting. For more details, you can refer to the Prefect documentation.
Please note that this is a general guide and might need adjustments based on your specific use case.Nate
11/08/2023, 7:12 AM