demircioglu
demircioglu

Reputation: 3465

Can I set retry delay on task level?

Would it be possible to set the retry_delay on task level?

I have "global" retry_delay under default_args as 5 mins.

That's ok for most of the tasks, but for one particular task I'd like to set the retry_delay to 20 mins, is it possible?

Upvotes: 1

Views: 226

Answers (1)

trejas
trejas

Reputation: 1031

Absolutely.

Check out the Params for the BaseOperator

Upvotes: 1

Related Questions