NicolasLM / spinach

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

Return Jobs when scheduling them #22

Closed bigjools closed 2 years ago

bigjools commented 2 years ago

Engine.schedule and Task.schedule used to return None, now they will return the Job(s) actually scheduled.

Fixes https://github.com/NicolasLM/spinach/issues/21