Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@ubaumann ubaumann released this 31 Jul 20:26
8ad0086

Initial release

CachedThreaded Runner

The CachedThreadedRunner is an extension of Nornir's threaded runner. Task results are cached in a class variable, and if the cache contains the task result, the cached result is returned. Consider the limitations: significant memory consumption is possible, and the results are shared. Therefore, modifying a Result object can lead to side effects.