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

Head commit for run:
b8cb678690b273e17f93911ff7feea819a0b3e6c / 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/5118532551

With regards,
GitHub Actions via GitBox


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

Reply via email to