NicolasLM / spinach

Modern Redis task queue for Python 3
https://spinach.readthedocs.io
BSD 2-Clause "Simplified" License
63 stars 4 forks source link

fix: RedisBroker: Remove non-idempotent jobs from running, too #46

Closed 0xDEC0DE closed 4 months ago

0xDEC0DE commented 4 months ago

Adds a test that the running job is actually gone.

Fixes: Issue #45