Hi everyone
We have a plugin that being fired on the creation of a systemuser which deletes and creates relationships. This process sometimes takes up to 8 minutes.
This is because we have a sync plugin on the associate message.
We see 3 possible solutions at the moment.
1. We change the plugin on the associate message to async. We tested this and the duration of the plugin goes down to 1 minute. If we want to do this as a final solution, we will have to analyze the consequences for the rest of the system.
2. We use an AzureFunction/Job to make the required changes and we follow the progress in a workflow.
3. We use a ServiceBus in azure and we follow the progress in a workflow.
We're looking to find the best solution.
*This post is locked for comments
I have the same question (0)