OrleansContrib/Orleans.Providers.MongoDB

With mongodb's Reminders, silents will not be executed after Silo restarts.

lfzm opened this issue · 3 comments

lfzm commented

With mongodb's Reminders, silents will not be executed after Silo restarts. It can still be executed after restarting Silo using Microsoft.Orleans.Reminders.AdoNet.

Orleans : V2.1.1
Orleans.Providers.MongoDB :V2.0.0

DEMO:
Orleans.Reminder.zip

I also have this problem. I found if silo shutdown , then start, reminders will not be executed.

PS: I try remove reminders document in the mongodb, then restart silo, this reminder is work again.

Sorry for the very long delay. Do you have an idea what the problem could be?

I was able to reproduce it and have fixed it.