Categorygithub.com/simon987/task_tracker
module
0.0.0-20200705150532-cb757845cc9b
Repository: https://github.com/simon987/task_tracker.git
Documentation: pkg.go.dev

# README

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_trackerBeanstalkd Amazon SQSIronMQ
Project Tube Queue Queue
Task Job MessageMessage
Recipe Job data Message bodyMessage body
Submit PutSend message POST
Assign ReserveReceive messageGET
Release DeleteDelete messageDELETE
max_assign_time TTR (time-to-run)Visibility timeoutTimeout
-DelayDelivery delayDelay
--Retention PeriodExpires in

Running tests

cd test/
go test

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author