oncall-engine/engine/apps/user_management
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
..
migrations add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
models OnCall prometheus metrics exporter (#1605) 2023-05-25 18:26:13 +00:00
subscription_strategy TwilioPhoneProvider optimizations (#2034) 2023-06-08 05:13:54 +00:00
tests Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
admin.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
apps.py Update ical event/user email matching to be case-insensitive 2022-10-20 16:12:41 -03:00
exceptions.py Org soft-delete (#1073) 2023-01-05 12:42:55 +08:00
middlewares.py Org soft-delete (#1073) 2023-01-05 12:42:55 +08:00
signals.py add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
sync.py Fix organizations not being deleted by start_cleanup_deleted_organizations (#1950) 2023-05-17 12:56:57 +00:00
user_representative.py World, meet OnCall! 2022-06-03 08:09:47 -06:00