closeio / tasktiger

Python task queue using Redis
MIT License
1.41k stars 80 forks source link

Task lock should be non-local #333

Closed thomasst closed 4 months ago

thomasst commented 4 months ago

Analyzing the thread safety of the heartbeat function in the sync executor:

Also: