Track in-progress tasks with redis SET

This commit is contained in:
Ken Hibino
2019-11-21 21:45:27 -08:00
parent c84287d7ab
commit 67a9e8aa00
4 changed files with 56 additions and 18 deletions

View File

@@ -3,6 +3,8 @@ package asynq
/*
TODOs:
- [P0] Write tests
- [P0] Add heartbeats and rescuer
- [P0] Make all moving operations atomic
- [P1] Add Support for multiple queues
- [P1] User defined max-retry count
- [P2] Web UI