r-lib/liteq: Lightweight Portable Message Queue Using 'SQLite'

Temporary and permanent message queues for R. Built on top of 'SQLite' databases. 'SQLite' provides locking, and makes it possible to detect crashed consumers. Crashed jobs can be automatically marked as "failed", or put in the queue again, potentially a limited number of times.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.1.0
URL https://github.com/r-lib/liteq#readme
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("r-lib/liteq")
r-lib/liteq documentation built on Nov. 10, 2023, 1:43 a.m.