graphile_worker 0.13.3

High performance Rust/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[book]
title = "Graphile Worker RS"
authors = ["Graphile Worker RS contributors"]
description = "Guide for the Graphile Worker Rust/PostgreSQL job queue."
language = "en"
multilingual = false
src = "src"

[build]
build-dir = "book"
create-missing = false

[output.html]
default-theme = "rust"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/leo91000/graphile_worker_rs"
edit-url-template = "https://github.com/leo91000/graphile_worker_rs/edit/main/docs/src/{path}"