My scenario is that we have registered an async plugin on update event, now if we do multiple updates on the same entity record than it will create multiple instance of system jobs for every event.
Now, how can i be sure that first update event job will run first in the sequence how we do updates with time.
Any reference from async architecture or any Microsoft article to provide details on the scenario will be much appreciated.
Thanks