Replies: 1 comment 1 reply
-
|
That's certainly possible. There's a service called If you evict this cache, all activity type providers will be invoked again. To evict the cache, inject await _cacheSignal.TriggerAsync(ActivityTypeService.CacheKey);That will evict the activity type cache on all nodes in your cluster (provided that you configured a distributed cache signal provider). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Elsa 2.0 and ASP.NET.
Can Elsa be restarted without restaring Host?
I ask because at Elsa startup I create some activities via IActivityTypeProvider.
Now I need these activities to be "refreshed" from time to time (some properties removes, some added)....
I currently need to restart whole ASP.NET stack in order to do so.
Can this be done differently without need to restart ASP.NET?
Some method to force "refresh" of Elsa Activities created using IActivityTypeProvider?
Beta Was this translation helpful? Give feedback.
All reactions