Actions
Bug #22339
openHook timeout may not have the good value
Status:
Pending release
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Effort required:
Priority:
0
Regression:
No
Description
We have inverted a value for sync run of hooks between warn and kill timeout.
This mostly affects tests, but also node acceptance hooks.
We also have too much errors on our ci about timeout so let's augment them to 5 seconds
Updated by Vincent MEMBRÉ about 2 months ago
- Related to Bug #18915: We don't know when generation hooks takes more time than expected, massively impacting generation time added
Updated by Vincent MEMBRÉ about 2 months ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ about 2 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/4653
Updated by Vincent MEMBRÉ about 2 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|b678a4af3828decb9bcae4c2d65e9bd4c74bd0ae.
Updated by François ARMAND 2 days ago
Check that it works as expected in policy generation hooks with defining :
HOOK_WARN_TIMEOUT = 1s HOOK_KILL_TIMEOUT = 5s
Actions