Tag: task manager

Yet another simple command line task manager

Yet another simple command line task manager

Sitting in a single stand-alone Python file named “t” you will find a very basic command line task manager. Just download it anywhere (e.g. to your project diretory) and make it executable. You can also add it to the system path. Depending on the location you can call it as […]

smqsched – Simple Multi Queue Scheduler

smqsched – Simple Multi Queue Scheduler

smqsched Simple Multi Queue Scheduler smqsched is a simple multi-threaded task scheduling module with support for multiple queues and directed acyclic graph (DAG) dependencies. Introduction smqsched was designed with the following objectives in mind: Allow existing code to be parallelized without significant refactoring To this end, smqsched uses promise-style creation […]