Skip to content

Commit

Permalink
Merge 49506f9 into 64df1e4
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Sep 10, 2023
2 parents 64df1e4 + 49506f9 commit deb65c8
Show file tree
Hide file tree
Showing 50 changed files with 2,701 additions and 2,307 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
container: node:18
strategy:
matrix:
node: [ 16, 18 ]
node: [ 18, 20 ]
services:
postgres:
image: postgres
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -42,16 +42,16 @@ This will likely cater the most to teams already familiar with the simplicity of
* Backpressure-compatible polling workers
* Cron scheduling
* Pub/sub API for fan-out queue relationships
* Deferral, retries (with exponential backoff), rate limiting, debouncing
* Completion jobs for orchestrations/sagas
* Priority, deferral, retries (with exponential backoff), rate limiting, debouncing
* Direct table access for bulk loads via COPY or INSERT
* Multi-master compatible (for example, in a Kubernetes ReplicaSet)
* Dead letter queues
* Automatic creation and migration of storage tables
* Automatic maintenance operations to manage table growth

## Requirements
* Node 16 or higher
* PostgreSQL 11 or higher
* Node 18 or higher
* PostgreSQL 12 or higher

## Installation

Expand Down
165 changes: 37 additions & 128 deletions docs/readme.md

Large diffs are not rendered by default.

0 comments on commit deb65c8

Please sign in to comment.