# README
OrcaQ | A Lightweight Durable Worker Queue
Many thanks to the Original Author (@chiefnoah) for this awesome project!
View it here: https://github.com/chiefnoah/goalpost
TODO:
-
convert queue to use nutsdb in favor of boltdb
-
add 'schedule' job feature, to schedule jobs into the future
-
add 'repeat' job feature, to repeat the job X number of times
-
add all required methods for managing the job queue
-
add metadata/tags property to jobs
-
add human friendly label to a job
-
update test to reflect changes to package
-
add audit log to job and task state