Hacker News new | ask | show | jobs
by rubenvanwyk 301 days ago
How is Hangfire different from the Azure DurableTask library?
1 comments

- hangfire has very user friendly admin UI

- developer experience - hangfire simpler to use for simple scenarios (in many cases you can run an existing method in background with line of code)

- hangfire has some support for batches/delay/task dependency but DurableTask is way more full featured in my opinion

- hangfire has .net 4.8 framework support :(