Using Hangfire in internal command processing #187
Unanswered
mehdihadeli
asked this question in
Ideas
Replies: 2 comments
-
Hi @mehdihadeli , Yes, you can use Hangfire for this kind of stuff. I used Hangfire exactly for that purpose in one of my commercial projects and it worked great. I even consider usage of that library in one of the module instead of Quartz to show how it can be used. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kgrzybek Thanks for your answer, for using hangfire which approach is better?
I in first approach if after 3 retries(hangfire retry=3) with hangfire internal mechanism and fail finally, we lost our command to a successful execution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @kgrzybek,
Instead of handling internal commands processing and its persistence mechanism for retrying if they failed, is not better using hangfire for command executing like your article?
Processing commands with Hangfire and MediatR
Beta Was this translation helpful? Give feedback.
All reactions