How to add delay between databricks workflow job tasks.?

Milliman
New Contributor

I want to add an explicit time delay between databricks workflow job tasks, any help would be greatly appreciated. Thanks

shan_chandra
Databricks Employee
Databricks Employee

@Milliman - you could add min_retry_interval_millis to add delay between start of the failed run and the subsequent retry run. 

Reference is here