How to cancel aggregation for IdentityNow source

For SaaS Connectivity connector (I have build and deployed to my tenant): how do I cancel aggregation process. I have tried using Cancel (X) button in Source UI and it shows as Terminated but when I tail logs (sail conn logs tail) I see that aggregation still running. Based on my logs observation it never stops and runs till completion.

I haven’t seen any API call to cancel/terminate the aggregation task. Only way is from UI, maybe ?

Currently there is no way to cancel an aggregation in process, so it is important to be careful when using the res.send and res.keepAlive() commands to ensure you don’t accidentally run your connector forever. That being said, I know there is a feature in the backlog to include this functionality so it should be available in the future.

2 Likes

Thanks for clarification!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.