Skip to content

k9exp/postgres-task-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgres-task-queue

Using postgres to make a task queue

Blog: https://kunalsin9h.com/blog/potgres-task-queue

Run the following commands to get started:

export DATABASE_URL=...

go run main.go

API Docs

POST /producer - Create a new task

With body

{
  "text": "The text to be printed",
  "time": 2
}

Releases

No releases published

Packages

No packages published

Languages