-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Forge - Async Events
-
None
-
Severity 3 - Minor
Issue Summary:
When requesting a retry, the Async Event may not be retried if the total size of the Async Event payload and retryData exceeds 200 KB.
Steps to Reproduce
- Push an Async Event with a payload with a size of 100 KB.
- Request a retry with the retryData with a size of 200 KB.
Expected Results
The Async Event should be retried.
Actual Results
The Async Event is not retried.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
We recommend that the total size of the event payload and retryData shouldn't exceed 200 KB.