This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
waitFor should have an initial timeout option #19
Labels
closed-for-staleness
This issue was closed because it didn't receive updates
feature-request
New feature or request
rds
I've been playing around with RDS instances and modifying them but i have noticed an issue that may affect others. What I'm trying to do is upgrade one of my RDS instances and once the upgrade is complete, then continue with the rest of the code:
The problem that I'm having with the above is that the
RDS.waitFor
promise is resolved straight away because theApplyImmediately
settings seem to take a few seconds to actually start. As a result, to make the code work as expected, I'm having to manually delay the call towaitFor
(with bluebirds.delay
)Currently, the
waitFor
function seems to run straight away and then every 30 seconds. Could we have an option to wait 30 seconds before the first check?The text was updated successfully, but these errors were encountered: