Quantcast
Channel: Does Hangfire's recurring jobs store the state in the case of exception for later execution attempts? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Does Hangfire's recurring jobs store the state in the case of exception for later execution attempts?

$
0
0

I have a program which connects to a web service for pulling some messages.After I receive them I have no way of reading those messages again.So I decided to secure them in a persistent store to be processed by other parties.

I wrapped this request and persist process method in Hangfire's AddOrUpdate-cron recurring job hoping in case of exception during job execution hangfire will attempt the execute the task later with it's stored state.Is my assumption correct? I couldn't see any explanation in the documents regarding recurring job states.

In the case of delayed,recurring or fire-forget jobs does Hangfire serialize the code piece of those jobs with their states to database?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>