Keeping all resources updated in the resource storage requires the declaration of dependencies between all resources as a directed acyclic graph (DAG). For an efficient processing of dependencies the problem is formulated as follows: Given a vertex v from a dependency graph DG, how long does it take to process all dependencies of v while ensuring correct processing order.