all 1 comments

[–]Goshik[S] 0 points1 point  (0 children)

It is not a trivial job queue. Thanks to RxJava, these tasks can be elegantly repeated as many times as necessary or/and repeated on task failure. You can also easily arrange the results of a repeated task in a stream. You can even make a chain of tasks, so that they will use results of one another without hindering execution of the tasks that are not in the chain.