8 ms·
Progress reporting is something my company's in-house offline processing system has been lacklustre at (we overloaded it with a ton of uses like chained process
by tullo_x86 6y ago
Progress reporting is something my company's in-house offline processing system has been lacklustre at (we overloaded it with a ton of uses like chained processes, without considering the usability penalty when managing this without an appropriate UI).
Does Runly have some way to set up something like a dependency graph, such as
/--B--\
A---+ +---D
\--C--/
---->time---->
such that it can show you "hey, part B failed and this is blocking part D"?
- chadly 6y agoWe provide rich components to use in your app to report status and progress of your jobs. https://www.runly.io/ui/ https://www.runly.io/ui/ Chained jobs/workflows is something that is on our roadmap.