Add API endpoints to delete and archive pending tasks

This commit is contained in:
Ken Hibino
2021-01-20 21:30:27 -08:00
parent ae6f1f7064
commit f98c362925
3 changed files with 34 additions and 0 deletions

2
go.mod
View File

@@ -8,3 +8,5 @@ require (
github.com/hibiken/asynq v0.14.0
github.com/rs/cors v1.7.0
)
replace github.com/hibiken/asynq => ../../../database/Redis/go/asynq