The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user pankajastro (triggered by pankajastro).

Head commit for run:
359846407a2b3ffd9e25ba264b49661effc34d34 / Pankaj <[email protected]>
Add deferrable mode in Redshift delete cluster

Add the deferrable param in RedshiftDeleteClusterOperator.
This will allow running RedshiftDeleteClusterOperator in an async way
that means we only submit a job from the worker to delete a redshift cluster
then defer to the trigger for the polling and waiter for a cluster to get 
removed
and the worker slot won't be occupied for the whole period of
task execution.

Report URL: https://github.com/apache/airflow/actions/runs/5170438122

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to