File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ Other than the configuration it should work exactly like any other dbal connecti
131
131
- ` pauseRetryDelay ` (int; default=10) The amount of seconds to wait until another attempt is made
132
132
if the last one failed due to the database being paused.
133
133
As of writing this, Aurora takes anywhere from 30 seconds to 2 minutes to unpause.
134
+ This is way too long to wait in most cases.
135
+ Lambda will automatically retry events, so you are normally better of just letting the event fail.
136
+ A user also usually won't wait a minute for a page to load, so you should present them with a proper error.
137
+ See [ Paused databases] ( #paused-databases ) for a way to do that.
134
138
135
139
### CloudFormation
136
140
You can’t perform that action at this time.
0 commit comments