https://prefect.io logo
Title
a

Andy Yeung

12/13/2022, 9:40 AM
I am trying to check the input parameter for the task. It seems the UI is not showing the correct value. Wanna ask if that’s due to local execution or the cloud UI also like that? Also want to see if there’s still restart of failed flow like version 1?
j

Jeff Hale

12/13/2022, 1:54 PM
What's the result of running
prefect version
? You can set retries in the flow decorator for automatic retries.
k

Khuyen Tran

12/13/2022, 4:53 PM
You can also retry in the UI if you create the flow run from a deployment
👍 2
a

Andy Yeung

12/15/2022, 2:22 AM
Here’s the prefect version result: prefect version Version: 2.6.9 API version: 0.8.3 Python version: 3.10.8 Git commit: 014d093e Built: Tue, Nov 22, 2022 2:14 PM OS/Arch: darwin/x86_64 Profile: default Server type: ephemeral Server: Database: sqlite SQLite version: 3.40.0
👍 1