Hangfire always runs as an in-process component in an ASP.Net application, even though it uses a separate thread pool to run and not the ASP.Net thread pool. Different thread pool does not mean it runs in a different process.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Associate a method to be executed recurrently using Hangfire | 1 | 1229 | February 26, 2016 | |
Best place to call your recuring jobs | 3 | 1011 | June 1, 2022 | |
Using ApplicationState in Reccuring jobs | 4 | 823 | May 17, 2019 | |
RecurringJobs and loc | 2 | 2533 | January 27, 2016 | |
Error creating a Recurring Job | 2 | 2784 | February 20, 2019 |