telebotter / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Create and start a Job Queue when there is none #22

Open autoantwort opened 3 years ago

autoantwort commented 3 years ago

Fixes #21

lukruh commented 3 years ago

Is it wise to always start a job_queue on any bot, even if the bot isn't using it? I would make it an opt-in using djangos settings.py.