You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should call PurgeOrchestrationInstanceHistoryAsync method to delete orchestrations started more than 24 hours ago. We want to make that call from BackgroundService in .NET core. In documentation nothing mentioned if we can do that call from multiple services containing that BackgroundService or not. Could you please let me know if it safe to make that call concurrently with same arguments or not?
The text was updated successfully, but these errors were encountered:
We should call
PurgeOrchestrationInstanceHistoryAsync
method to delete orchestrations started more than 24 hours ago. We want to make that call fromBackgroundService
in .NET core. In documentation nothing mentioned if we can do that call from multiple services containing thatBackgroundService
or not. Could you please let me know if it safe to make that call concurrently with same arguments or not?The text was updated successfully, but these errors were encountered: