We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xyna-factory/server/src/com/gip/xyna/xdev/xfractmod/xmdm/EventListener.java
Lines 125 to 128 in 7565a09
Lines 677 to 680 in 7565a09
xyna-factory/server/src/com/gip/xyna/xact/trigger/ReceiveControlAlgorithm.java
Lines 66 to 75 in 7565a09
xyna-factory/modules/xact/http/triggerimpl/HTTPTrigger/src/com/gip/xyna/xact/trigger/HTTPTrigger.java
Lines 414 to 417 in 7565a09
We should send the retryable error code 503 or 429 in case the max trigger events are reached instead of a non retryable 500 https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503 https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500 https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
The text was updated successfully, but these errors were encountered:
No branches or pull requests
xyna-factory/server/src/com/gip/xyna/xdev/xfractmod/xmdm/EventListener.java
Lines 125 to 128 in 7565a09
xyna-factory/server/src/com/gip/xyna/xdev/xfractmod/xmdm/EventListener.java
Lines 677 to 680 in 7565a09
xyna-factory/server/src/com/gip/xyna/xact/trigger/ReceiveControlAlgorithm.java
Lines 66 to 75 in 7565a09
xyna-factory/modules/xact/http/triggerimpl/HTTPTrigger/src/com/gip/xyna/xact/trigger/HTTPTrigger.java
Lines 414 to 417 in 7565a09
We should send the retryable error code 503 or 429 in case the max trigger events are reached instead of a non retryable 500
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
The text was updated successfully, but these errors were encountered: