jobqueue: Introduce jobqueue backed by a postgres database
Co-authored-by: sanne <sanne.raymaekers@gmail.com>
This commit is contained in:
parent
871c6e9cbb
commit
9c2c92f729
419 changed files with 98376 additions and 956 deletions
4
vendor/github.com/jackc/pgproto3/v2/doc.go
generated
vendored
Normal file
4
vendor/github.com/jackc/pgproto3/v2/doc.go
generated
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
|
||||
//
|
||||
// See https://www.postgresql.org/docs/current/protocol-message-formats.html for meanings of the different messages.
|
||||
package pgproto3
|
||||
Loading…
Add table
Add a link
Reference in a new issue