2020-07-05 11:05:32 -04:00
2020-07-05 10:15:50 -04:00
2020-07-05 10:15:50 -04:00
2019-03-10 09:47:11 -04:00
2019-09-21 14:32:18 -04:00
2020-07-04 16:25:04 -04:00
2020-01-03 14:13:39 -05:00
2020-07-05 11:05:32 -04:00
2020-01-03 14:13:39 -05:00
2019-06-01 12:00:17 -04:00
2020-01-03 16:37:51 -05:00
2020-01-03 16:37:51 -05:00
2020-06-25 18:24:00 -04:00
2020-01-03 16:37:51 -05:00
2020-01-03 13:41:42 -05:00
2020-06-25 18:24:00 -04:00
2019-02-26 19:06:34 -05:00
2020-01-03 16:54:04 -05:00
2019-09-21 14:32:18 -04:00

gopherbadger-tag-do-not-edit CodeFactor

Fast task tracker (job queue) with authentication, statistics and web frontend

Documentation

Features

  • Stateless/Fault tolerent
  • Integrate projects (or queue, tube) with Github/Gogs/Gitea - make workers aware of new commits
  • Granular user permissions for administration tasks
  • Prioritisable (project-level and task-level)
  • Optionnal unique task constraint
  • Per-project rate-limitting
  • Per-project and per-worker stats monitoring

image

Terminology

task_tracker Beanstalkd  Amazon SQS IronMQ
Project  Tube  Queue  Queue
Task  Job  Message Message
Recipe  Job data  Message body Message body
Submit  Put Send message  POST
Assign  Reserve Receive message GET
Release  Delete Delete message DELETE
max_assign_time  TTR (time-to-run) Visibility timeout Timeout
- Delay Delivery delay Delay
- - Retention Period Expires in

Running tests

cd test/
go test
Description
No description provided
Readme GPL-3.0 753 KiB
Languages
Go 53.3%
TypeScript 23.7%
HTML 16.5%
PLpgSQL 4.4%
CSS 1.2%
Other 0.9%