Crandore Hub

taskqueue

Task Queue for Parallel Computing Based on PostgreSQL

Implements a task queue system for asynchronous parallel computing using 'PostgreSQL' <https://www.postgresql.org/> as a backend. Designed for embarrassingly parallel problems where tasks do not communicate with each other. Dynamically distributes tasks to workers, handles uneven load balancing, and allows new workers to join at any time. Particularly useful for running large numbers of independent tasks on high-performance computing (HPC) clusters with 'SLURM' <https://slurm.schedmd.com/> job schedulers.

Versions across snapshots

VersionRepositoryFileSize
0.2.0 rolling linux/jammy R-4.5 taskqueue_0.2.0.tar.gz 179.9 KiB
0.2.0 rolling linux/noble R-4.5 taskqueue_0.2.0.tar.gz 179.7 KiB
0.2.0 rolling source/ R- taskqueue_0.2.0.tar.gz 70.8 KiB
0.2.0 latest linux/jammy R-4.5 taskqueue_0.2.0.tar.gz 179.9 KiB
0.2.0 latest linux/noble R-4.5 taskqueue_0.2.0.tar.gz 179.7 KiB
0.2.0 latest source/ R- taskqueue_0.2.0.tar.gz 70.8 KiB
0.2.0 2026-04-26 source/ R- taskqueue_0.2.0.tar.gz 70.8 KiB
0.2.0 2026-04-23 source/ R- taskqueue_0.2.0.tar.gz 70.8 KiB
0.2.0 2026-04-09 windows/windows R-4.5 taskqueue_0.2.0.zip 192.5 KiB

Dependencies (latest)

Imports

Suggests