-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
Review app deployed to https://cpd-ecf-review-5496-web.test.teacherservices.cloud |
0cd4c3f
to
c657c5a
Compare
@@ -4,6 +4,5 @@ | |||
- priority_mailers | |||
- mailers | |||
- default | |||
- big_query |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 👍
There was a problem hiding this 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 👍
c657c5a
to
411560c
Compare
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.
411560c
to
cae44a0
Compare
Jira-3986
Context
We want to remove the
StreamBigQueryParticipantDeclarationsJob
job as it is no longer used.Changes proposed in this pull request
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.