Uh oh!
There was an error while loading. Please reload this page.
Add a deferrable mode to BatchCreateComputeEnvironmentOperator - #32036
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
phanikumv
left a comment
There was a problem hiding this comment.
can you add documentation for the availability of deferrable param for this operator
vandonr-amz
commented
Jun 21, 2023
do you mean in the batch.rst file ? If so, the problem is that this relies on examples from the system tests, and system tests don't support deferrables just yet (we need #31826 for that) |
This operator didn't have a wait_for_completion mode, but there is still some completion to wait for.
I'm adding a deferrable mode to it via a new custom waiter.
I'm reusing the
max_retriesparameter that was passed to the hook for no good reason, and deprecating along the way the other retry param that had no effect.cc @syedahsn