joowani / kq

Kafka-based Job Queue for Python
http://kq.readthedocs.io
MIT License
571 stars 24 forks source link

Is there a scheduler to run periodic jobs? #8

Closed dmitry-saritasa closed 7 years ago

dmitry-saritasa commented 7 years ago

hi @joowani,

Is there a scheduler to run periodic jobs?

joowani commented 7 years ago

Hi @dmitry-saritasa,

No unfortunately there is no scheduler. You will have to build that on your own.