oncall-engine/engine/apps/twilioapp/migrations
Innokentii Konstantinov 306f842963
TwilioPhoneProvider optimizations (#2034)
# What this PR does
This PR does three improvements in twilio_phone_provider:
1.
[Speed-up](https://github.com/grafana/oncall/pull/2034/files#diff-7a311767169c024e60e2b4e35fd531dd6e2f1ea785cfc84263e11e7932d622af)
query which calculates amount of phone_calls/sms left.
2. Remove code which was needed only for backward compatibility during
the release of PhoneProvider refactoring and improves logging for
handling status/gather updates.
3. Add db_index to twilio_sid. We are doing lot of lookups by sid and
with increasing amount of data it became resource consuming.
2023-06-08 05:13:54 +00:00
..
0001_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0002_auto_20220604_1008.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0003_auto_20230408_0711.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
0004_twiliophonecall_twiliosms.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
0005_twilioaccount_twiliophonecallsender_twiliosmssender_twilioverificationsender.py Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
0006_auto_20230601_0807.py TwilioPhoneProvider optimizations (#2034) 2023-06-08 05:13:54 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00