-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 09-11 (from Feb 27), 2023 Week 12-14 (from Mar 20)
Add the ability of setting the HttpRecipient call timeout from parameters that come from the API. If now such parameter is present in the HttpRecipient definition, the by default parameter "quarkus.job.recipient.http.timeout-in-millis" should apply.
Implementation notes:
- When the timeout is met, job must be retried accordingly with the Retry configuration.
- We might consider also applying global configuration parameter "quarkus.job.recipient.http.max-tiemout-in-millis" which establishes the maximum timeout we accept, to avoid users to configure users to configure invocations that might get stuck for very long time.
- is incorporated by
-
SRVLOGIC-135 Jobs Service Public API
- Closed