jenkinsci / jenkinsci/http-request-plugin
[JENKINS-59050] httpRequest automatically retries requests
- Dominant language
- Java
- Stars
- 176
- Forks
- 158
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 3
Description
We use the httpRequest plugin to trigger a script on a webhook which takes quite some time until it returns the results.
If there is no answer within 4min the plugin automatically sends another GET request. There is no way to disable this or change this timeout and it does not look from the documentation that this should be the intended behavior (no retry is mentioned anywhere).
---
Originally reported by andreas_zuber, imported from: httpRequest automatically retries requests
janario
Raw content of original issue
We use the httpRequest plugin to trigger a script on a webhook which takes quite some time until it returns the results.
If there is no answer within 4min the plugin automatically sends another GET request. There is no way to disable this or change this timeout and it does not look from the documentation that this should be the intended behavior (no retry is mentioned anywhere).
Contributor guide
Assessment
This issue has not been assessed yet.