mas_storage_pg/queue/
mod.rs

1// Copyright 2024 New Vector Ltd.
2//
3// SPDX-License-Identifier: AGPL-3.0-only
4// Please see LICENSE in the repository root for full details.
5
6//! A module containing the PostgreSQL implementation of the job queue
7
8pub mod job;
9pub mod schedule;
10pub mod worker;