pricingassistant / mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent
MIT License
877 stars 117 forks source link

Don't immediately requeue scheduled tasks whose definition was changed #161

Closed FlorianPerucki closed 6 years ago

FlorianPerucki commented 7 years ago

It looks like changing a scheduled task definition in the config file will trigger the task to be queued as soon as the config file is reevaluated. This happens even when the "dailytime" param does not match the current time.

bguignebologne commented 6 years ago

Fix in 76d40b9899316663841b240d6e6ef0a18edce591