Closed ahesami closed 4 years ago
@ahesami You are correct in your observation, Actor service partition replica loads reminder from the disk when it changes role to primary, during this duration reminder operations are not permitted. When this exception is thrown the operation can be retried, the exception message mentions that operation can be retried later. Usually, the cause for this issue is slow disk or too many reminders for the actor int he partition.
I am closing it, feel free to reopen if you have more questions reg. this.
Sometimes receive 'ReminderLoadInProgressException' when getting a reminder on an actor.
Couldn't find any documentation on this exception.
Thanks