Commit c1019bd
committed
docs(changelog): drop the stale 60-second hook timeout claim
Leftover from before the fixed hook timeout was removed. The changelog was the only
doc still promising a 60s ceiling -- README, the guide and both example READMEs were
updated with the removal, and post_hook documents the opposite contract.
It matters beyond wording: an operator sizing their hook work against a 60s ceiling
that does not exist gets a different failure mode than the real one (hanging to the
Lambda phase bound, which for the after-restore hook is the function timeout).1 parent 0352f9a commit c1019bd
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments