https://dagster.io/ logo
#ask-community
Title
# ask-community
c

Chris Histe

12/20/2022, 3:32 PM
Hello, is there any specfic reason we can’t set
retry_policy
on a
@graph
and
define_asset_job
? As a workaround we can set the retry policy on the assets and ops but since this property exists for
@job
it would be nice to have it.
🤖 1
a

Adam Bloom

12/20/2022, 3:37 PM
Speaking as the person who submitted the PR for adding it to assets - the answer I got when I asked the same question at the time (ops worked, assets didn't) was that the only reason was that no one had gotten to it yet, but they were open to the contribution. I expect you'll get a similar answer here
c

Chris Histe

12/20/2022, 3:42 PM
I see, thanks for sharing. I was assuming there must be a technical nuance that prevents it but maybe not 🙂
a

Adam Bloom

12/20/2022, 3:59 PM
there might be, but it may also be that no one has added it yet - and you can be the person to do so if you're interested 🙂
c

Chris Histe

12/20/2022, 6:26 PM
Let’s see what support says 🙂
s

sean

12/20/2022, 10:35 PM
Adam is correct, I will add these this week
c

Chris Histe

12/20/2022, 11:29 PM
Amazing thanks @sean
2 Views