Package: taskqueue 0.2.0
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.
Authors:
taskqueue_0.2.0.tar.gz
taskqueue_0.2.0.zip(r-4.6)taskqueue_0.2.0.zip(r-4.5)taskqueue_0.2.0.zip(r-4.4)
taskqueue_0.2.0.tgz(r-4.5-any)
taskqueue_0.2.0.tar.gz(r-4.6-any)taskqueue_0.2.0.tar.gz(r-4.5-any)
taskqueue_0.2.0.tgz(r-4.5-emscripten)
taskqueue.pdf |taskqueue.html✨
taskqueue/json (API)
| # Install 'taskqueue' in R: |
| install.packages('taskqueue', repos = c('https://byzheng.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/byzheng/taskqueue/issues
Pkgdown/docs site:https://taskqueue.bangyou.me
parallel-computingpostgresqltask-queue
Last updated from:d70b0496d1. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 137 | |
| source / vignettes | OK | 223 | |
| linux-release-x86_64 | OK | 133 | |
| macos-release-arm64 | OK | 118 | |
| macos-oldrel-arm64 | OK | 95 | |
| windows-devel | OK | 117 | |
| windows-release | OK | 94 | |
| windows-oldrel | OK | 102 | |
| wasm-release | OK | 115 |
Exports:db_cleandb_connectdb_disconnectdb_initis_db_connectproject_addproject_deleteproject_getproject_listproject_resetproject_resource_addproject_resource_add_jobsproject_resource_getproject_resource_log_deleteproject_startproject_statusproject_stopresource_addresource_getresource_listshiny_apptask_addtask_cleantask_gettask_resettask_statustaskqueue_optionstaskqueue_resettq_applyworkerworker_slurm
Dependencies:askpassbase64encbitbit64blobbslibcachemclicommonmarkcpp11credentialscurlDBIdigestfarverfastmapfontawesomefsgenericsggplot2gluegtablehmshtmltoolshttpuvisobandjquerylibjsonlitelabelinglaterlifecyclelubridatemagrittrmemoisemimeopensslotelpkgconfigplogrpromisesR6rappdirsRColorBrewerRcpprlangRPostgresS7sassscalessettingsshinysourcetoolssshstringistringrsystimechangevctrsviridisLitewhiskerwithrxtable
Getting Started with taskqueue
Rendered fromgetting-started.Rmdusingknitr::rmarkdownon Dec 04 2025.Last update: 2025-11-24
Started: 2025-11-24
PostgreSQL Setup for taskqueue
Rendered frompostgresql-setup.Rmdusingknitr::rmarkdownon Dec 04 2025.Last update: 2025-11-24
Started: 2025-11-24
Simple Workflow with tq_apply
Rendered fromsimple-workflow.Rmdusingknitr::rmarkdownon Dec 04 2025.Last update: 2025-11-24
Started: 2025-11-24
SSH Setup for taskqueue
Rendered fromssh-setup.Rmdusingknitr::rmarkdownon Dec 04 2025.Last update: 2025-11-24
Started: 2025-11-24
