66fad12e631072d745ec1e4594b0e0076b57ee68
- ProfileWork.cs: Business logic for DB-to-Hangfire sync - Fetches active profiles from database via MediatR - Registers/updates Hangfire recurring jobs with local timezone - Removes stale jobs (deleted from DB) - O(n) performance optimization using HashSet for lookups - Uses ProfileWorker's stopping token for graceful shutdown Job lifecycle: - ProfileWorker stops → All running jobs cancelled via token closure - Jobs use RecurringJobOptions with TimeZoneInfo.Local - Automatic retry support via Hangfire [AutomaticRetry] attribute
Description
No description provided
Languages
Visual Basic .NET
59.2%
HTML
34%
C#
5%
CSS
1.8%