# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "taskqueue" in publications use:'
type: software
license: MIT
title: 'taskqueue: Task Queue for Parallel Computing Based on PostgreSQL'
version: 0.2.0
identifiers:
- type: doi
value: 10.32614/CRAN.package.taskqueue
abstract: Implements a task queue system for asynchronous parallel computing using
'PostgreSQL' 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'
job schedulers.
authors:
- family-names: Zheng
given-names: Bangyou
email: bangyou.zheng@csiro.au
preferred-citation:
type: manual
title: 'taskqueue: Task Queue for Parallel Computing Based on PostgreSQL'
authors:
- family-names: Zheng
given-names: Bangyou
email: bangyou.zheng@csiro.au
year: '2025'
notes: R package version 0.2.0
url: https://github.com/byzheng/taskqueue
repository: https://byzheng.r-universe.dev
repository-code: https://github.com/byzheng/taskqueue
commit: a4e16a0f2bcf3e3c7b52d21860a522a57217745f
url: https://taskqueue.bangyou.me/
date-released: '2026-01-15'
contact:
- family-names: Zheng
given-names: Bangyou
email: bangyou.zheng@csiro.au