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
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Use hangfire for proper background job management
Use proper background job management
Jan 4, 2021
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.
The text was updated successfully, but these errors were encountered: