Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support prefect task retries #42

Open
jon-mic opened this issue May 23, 2024 · 1 comment · May be fixed by #47
Open

Support prefect task retries #42

jon-mic opened this issue May 23, 2024 · 1 comment · May be fixed by #47

Comments

@jon-mic
Copy link

jon-mic commented May 23, 2024

Prefect has built-in support for retrying failed tasks: https://docs.prefect.io/2.10.12/tutorial/flow-task-config/#flow-and-task-retries
This could be handy in case there are networking issues or database blocks when running dbt models.

@kiyanmair
Copy link

We've been feeling this limitation as well and had to implement an ugly workaround. I took a quick look through the repo and it seems like this might be an easy fix. I'll open a PR and link to this issue.

@kiyanmair kiyanmair linked a pull request Jul 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants