Problem:
Facing an issue where we’ve triggered entitlement aggregation on a Web Services connector. We were required to write a pagination logic to iterate through multiple pages of the response. However, the process keeps running indefinitely and unlike account aggregation, we don’t have a “cancel” button to force stop it.
I’ve not used this on entitlement aggregation, but have on other stuck tasks, such as long running attribute sync jobs (months old!). I assume you’re in a sandbox since you’re in development. Take care in prod if you haven’t tested this first. Could be worth a confirmation from Support.
@Arshad Try this to kill it. get-pending-tasks | SailPoint Developer Community
Retrieve a list of statuses for pending tasks. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
Hey @TJ21, thanks for your response. However, like I mentioned in my response above and the screenshots shared, this API endpoint doesn’t fetch me the task related to entitlement aggregation running in my system.
A SailPoint ticket was raised and that has not been helpful as they were not able to reproduce the issue. Probably looks to be a temporary issue with the tenant which nobody could track/identify.