oncall-engine/engine/engine/management/commands
Alexander Cherepanov ec028eb9d9
Telegram long polling (#2250)
# What this PR does

Runs Telegram long polling to get updates. 
It's enabled by setting `FEATURE_TELEGRAM_LONG_POLLING_ENABLED=True`.
That will disable webhook and run separate deployment for telegram long
polling.

Telegram long polling is not very HA mode, but it does not need to
expose webhook url to internet and simplifies telegram integration.

## Which issue(s) this PR fixes

closes #561 

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-08-24 09:12:24 +02:00
..
create_sqlite_db.py Fix SQLite permission issue (#1984) 2023-05-22 19:16:31 +00:00
remove_field.py Add instruction on removing nullable fields from Django models (#2659) 2023-08-08 12:46:18 +00:00
start_celery.py modify check_escalation_finished_task task (#1266) 2023-03-17 10:14:08 +00:00
start_telegram_polling.py Telegram long polling (#2250) 2023-08-24 09:12:24 +02:00