Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use proper background job management #21

Open
dsychin opened this issue Dec 2, 2020 · 2 comments
Open

Use proper background job management #21

dsychin opened this issue Dec 2, 2020 · 2 comments

Comments

@dsychin
Copy link
Owner

dsychin commented Dec 2, 2020

There are some cases where loading the web page failed, possibly due to rate limiting by cloudflare, and the post not having a reply due to an exception.
In order to prevent this from happening in the future, there should be a proper job management which will automatically retry.

Using Hangfire will also make it easier to monitor successful/failed jobs via the web interface.

@dsychin
Copy link
Owner Author

dsychin commented Dec 22, 2020

The issue where the web page occasionally failed to load was fixed with #22 but it should still be a good idea to migrate over to hangfire for better future proofing.

@dsychin dsychin changed the title Use hangfire for proper background job management Use proper background job management Jan 4, 2021
@dsychin
Copy link
Owner Author

dsychin commented Jan 4, 2021

.NET Worker Service template might be a more suitable and lighter weight alternative to hangfire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant