This repository won't be updated as writing this tool was more of an exercise to learn about trigger-based systems and creating workflows for managing Python scripts for personal use and small teams.
This module provides the function parallel_map which distributes tasks to several processes. The master process serves as a scheduler which keeps track of the tasks to execute. The master distributes ...