What are the logs from the scheduler and the specific scheduler subprocess for that DAG?
On Mon, Apr 23, 2018 at 9:25 AM, [email protected] <[email protected]> wrote: > Hi , > I am providing the "retries" and "retry_delay" as an argument to one of my > operator in the DAG. But the corresponding task get stuck in "up_for_retry" > state and is not being retried by scheduler. retry_delay is set to > timedelta(seconds=5) so it should get retried after 5 seconds. > Thanks, > Raman Gupta >
