renamed token_bucket to reflect its laziness and in-memoryness, added a task to implement other versions

This commit is contained in:
2023-08-11 18:51:51 +03:00
parent fe9e25b23d
commit ea808b1895
2 changed files with 3 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ Over a year ago (early 2022) I did a job search, and some of the interview proce
- [ ] implement token bucket
- [ ] in-app
- [x] in-memory
- [ ] redis
- [x] in-memory, lazy refill
- [ ] redis, process to refill
- [ ] implement leaky bucket
- in-app
- [x] redis