docs: add change log entry

This commit is contained in:
Kjell Winblad 2024-04-25 17:10:30 +02:00
parent 15594b4db6
commit 6ab9460c16
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Previously, if a HTTP action request received a 503 (Service Unavailable) status, it was marked as a failure and the request was not retried. This has now been fixed so that the request is retried a configurable number of times.