-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Forge - Async Events
-
None
-
Minor
Issue Summary:
When the Async Event job is cancelled, the events that are scheduled for retries ignore the job status. As a result the Async Events from the cancelled job are sent to the app.
Steps to Reproduce
- Receive an Async Event
- Cancel the job
- Request for Async Event retry
- Receive the Async Event retry
Expected Results
The retry is not received as the job is cancelled
Actual Results
The Async Event retry is receive despite the job is cancelled
Workaround
If the app wants to cancel the job, should make sure that the Async Event is completed without errors or retry requests.