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
This is a major problem for performing long-running tasks in ASP.NET app with WebBackgrounder, because it will be killed on AppDomain unload after the ShutdownTimeout of the hosting environment expiration (defaults to 30 seconds).
If a task gets in a state where it's marked as active, but nothing is working on it, it'll effectively block anyone from working on it.
We need to detect this case and log an error. Also consider auto restarting such tasks based on past average task elapsed times.
The text was updated successfully, but these errors were encountered: