oncall-engine/engine/apps/base
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
..
migrations remove unused dynamic settings (#2735) 2023-08-03 05:11:52 -04:00
models fix a few flaky e2e tests + allow running project locally via k8s/helm (#2751) 2023-08-22 19:03:29 +02:00
tests Fix duplicate orders on routes and escalation policies (#2568) 2023-07-18 17:17:53 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
messaging.py add mypy static type checker to backend codebase (#2151) 2023-06-12 12:50:33 -04:00
tasks.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
utils.py Telegram long polling (#2250) 2023-08-24 09:12:24 +02:00