Skip to content
/ guex Public
forked from vgarvardt/gue

Golang queue on top of PostgreSQL

License

Notifications You must be signed in to change notification settings

2tvenom/guex

 
 

Repository files navigation

guex

this repo is madness

created in several hours and this is combine of forked https://github.com/vgarvardt/gue and https://github.com/hibiken/asynqmon

in gue fixed long transactions and integrated asynqmon as interface

this queue you can use in next cases:

  • low/mid size of tasks in project
  • long-time tasks
  • persistent storage for tasks
  • if you have postgres at project and don't want install rabbit/kafka/redis/temporal and other heavy services

About

Golang queue on top of PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.0%
  • Go 17.2%
  • Other 0.8%