Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused StreamBigQueryParticipantDeclarationsJob #5496

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

ethax-ross
Copy link
Collaborator

@ethax-ross ethax-ross commented Jan 29, 2025

Jira-3986

Context

We want to remove the StreamBigQueryParticipantDeclarationsJob job as it is no longer used.

Changes proposed in this pull request

  • Remove the StreamBigQueryParticipantDeclarationsJob job as it is no longer used.

Guidance to review

Also removes big_query queue and the scheduled cron job as well as the gem we were using.

Removes GOOGLE_BQ_SERVICE_ACCOUNT_BASE64 from credentials.

Copy link

Review app deployed to https://cpd-ecf-review-5496-web.test.teacherservices.cloud

@ethax-ross ethax-ross force-pushed the 3986-remove-unused-bq-job branch from 0cd4c3f to c657c5a Compare January 29, 2025 15:49
@ethax-ross ethax-ross marked this pull request as ready for review January 29, 2025 16:12
@ethax-ross ethax-ross requested a review from a team as a code owner January 29, 2025 16:12
@@ -4,6 +4,5 @@
- priority_mailers
- mailers
- default
- big_query
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to remove this queue via sidekiq web as well? Or just removing here will do the trick?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe removing it here should be enough; we can check the UI afterwards though to make sure it all looks right 👍

Copy link
Contributor

@leandroalemao leandroalemao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ethax-ross Looks good thx 👍

Remove the `StreamBigQueryParticipantDeclarationsJob` job as it is no longer
used. This appears to be the last of the jobs that uses the big query gem as
opposed to dfe-analyitics, so we can remove that as well.

Removes `GOOGLE_BQ_SERVICE_ACCOUNT_BASE64` from credentials.
@ethax-ross ethax-ross force-pushed the 3986-remove-unused-bq-job branch from 411560c to cae44a0 Compare January 30, 2025 12:04
@ethax-ross ethax-ross added this pull request to the merge queue Jan 30, 2025
@ethax-ross ethax-ross removed this pull request from the merge queue due to a manual request Jan 30, 2025
@ethax-ross ethax-ross added this pull request to the merge queue Jan 30, 2025
Merged via the queue into main with commit 470a230 Jan 30, 2025
39 checks passed
@ethax-ross ethax-ross deleted the 3986-remove-unused-bq-job branch January 30, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants