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
In the development environment, repeatedly starting the service causes Hangfire initialization to hang, leading to service startup failure. In the Service, I injected the background worker with dependency injection:
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.0.0
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered:
// Restart the worker await _notificationWorker.StartAsync();
When changing the execution time as above, it works fine the first time, but subsequent attempts result in a StoppingTokenSource error.
Is there an existing issue for this?
Description
In the development environment, repeatedly starting the service causes Hangfire initialization to hang, leading to service startup failure. In the Service, I injected the background worker with dependency injection:
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.0.0
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: