Procházet zdrojové kódy

docs: add changelog

Thales Macedo Garitezi před 1 rokem
rodič
revize
b729557a4a
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      changes/ce/fix-14319.en.md

+ 5 - 0
changes/ce/fix-14319.en.md

@@ -0,0 +1,5 @@
+Refactored resource management internal state machine.  As consequence, some race condition bugs have been eliminated.  One such example is the HTTP action, which, when under incoming traffic and when its health check flap, may produce errors like the following:
+
+```
+2024-11-29T14:58:17.994119+00:00 [error] msg: action_not_found, connector: <<"connector:http:a">>, action_id: <<"action:http:a:connector:http:a">>
+```