zlacker

[return to "Show HN: WakaQ - a Python distributed task queue"]
1. zerop+BE[view] [source] 2022-09-06 03:40:16
>>welder+(OP)
Any link to architecture of it?
◧◩
2. welder+CM[view] [source] 2022-09-06 05:00:40
>>zerop+BE
https://github.com/wakatime/wakaq/blob/main/wakaq/__init__.p...

and

https://github.com/wakatime/wakaq/blob/main/wakaq/worker.py

is the meat of it. The blog post talks about the Redis data structures used, and there's not much to it beyond that.

[go to top]