retroinspect
retroinspect
- Changed arm target to `aosp_cf_arm64_only_phone-trunk_staging-userdebug` - Changed x86_64 branch from aosp-main-throttled to aosp-main This resolves [discussion on #349](https://github.com/google/android-cuttlefish/pull/349#discussion_r1305982993)
[관련 티켓](https://www.notion.so/sparcs/FCMToken-efc930f45c4b45aca65dd51b34e8e9ce)
- 웹푸시 기존 작업 검토, 다시 작동하게 만들기, QA - Mocking 도입해서 테스트 작성 - 알림 사용자별 언어 처리 - Celery로 알림 보내는 로직 비동기처리
Sentry에 제보된 Slow Query 2종을 해결한다 ### ***문제의 쿼리1*** ```sql SELECT `core_article`.`id`, `core_article`.`created_at`, `core_article`.`updated_at`, `core_article`.`deleted_at`, `core_article`.`title`, `core_article`.`content`, `core_article`.`content_text`, `core_article`.`name_type`, `core_article`.`is_content_sexual`, `core_article`.`is_content_social`, `core_article`.`hit_count`, `core_article`.`comment_count`, `core_article`.`report_count`, `core_article`.`positive_vote_count`, `core_article`.`negative_vote_count`, `core_article`.`migrated_hit_count`, `core_article`.`migrated_positive_vote_count`, `core_article`.`migrated_negative_vote_count`, `core_article`.`created_by_id`,...