https://dagster.io/ logo
Title
z

Zach

10/10/2022, 5:42 PM
for tag-based job retries, do they have to be defined within the JobDefinition? or can they be added via the launchpad prior to launching a job which doesn't have the retry tags specified in the JobDefinition?
r

rex

10/10/2022, 5:44 PM
they can be added through the launchpad - it doesn’t have to be on the job definition specifically. As long as the run created from the job has the tag, it will trigger an alert if the conditions are met
z

Zach

10/10/2022, 5:53 PM
hmm okay that's what I thought. and in Dagster cloud do retries work on branch deployments? I've got a job with
dagster/max_retries: 2
and
dagster/retry_strategy: ALL_STEPS
on a branch deployment and it doesn't seem to be retrying when an op fails in the job
j

johann

10/10/2022, 5:55 PM
Ah we should clarify that- retries currently aren’t supported on branch deployments
@Dagster Bot docs Branch deployments don’t support auto run retries
d

Dagster Bot

10/10/2022, 5:55 PM
z

Zach

10/10/2022, 5:59 PM
okay cool, no worries just felt like I was taking crazy pills - that clears things up
j

johann

10/10/2022, 6:08 PM
sorry about that!