|
|
|
|
|
by chadly
2146 days ago
|
|
They are similar in that they are all job frameworks and you can run background jobs through them. Runly tries to be more prescriptive than Hangfire/Quartz in that jobs should process lists of items. We think this captures a lot of problems that developers deal with everyday. It also allows us to build goodies on top of jobs like multi-threading, retries, scaling, and UI status/progress. Check us out at https://www.runly.io |
|
Does Runly have some way to set up something like a dependency graph, such as
such that it can show you "hey, part B failed and this is blocking part D"?