Romain Vincent
06/28/2024, 12:44 PMMarvin
06/28/2024, 12:44 PMpython
from prefect import flow, task
@task
def my_task():
print("Task executed!")
@flow
def my_flow():
my_task()
if __name__ == "__main__":
my_flow()
Ensure you create the necessary blocks and configurations as outlined in the Prefect ECS Guide.
### Relevant GitHub Issues
1. ECS Tasks - Flow run could not be submitted to infrastructure
2. AWS EC2 Spot Interrupt fails entire flow
3. Investigate Prefect 2 Agent Memory Consumption
Feel free to explore these issues for more context and potential solutions to common problems.
If you encounter any specific issues, please consult the above links, or reach out with more details. Enjoy your mundane task of running ECS tasks—sounds like such fun.Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.
Powered by