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

chore: remove previous code #1116

Merged
merged 1 commit into from
Mar 3, 2025
Merged

chore: remove previous code #1116

merged 1 commit into from
Mar 3, 2025

Conversation

joseph-sentry
Copy link
Contributor

@joseph-sentry joseph-sentry commented Feb 28, 2025

note: since the NEW_TA_TASKS feature flag is not enabled for any repos we're safe to remove the ta_* tasks since they aren't being queued up anywhere in the old version of the code anyways

this commit removes the TA finisher tasks and replaces the call to queue those up in the upload task with a call to queue up a separate chain of processor tasks with the new_impl kwarg set to True. We can pass this extra kwarg because the processor task has **kwargs which makes it so even old versions of the code are compatible with this version of the upload task

until we have the new implementation of the processor task deployed we should not enable NEW_TA_TASKS since it will possibly cause duplicate TA uploads to be processed

@joseph-sentry joseph-sentry requested a review from a team February 28, 2025 22:52
note: since the NEW_TA_TASKS feature flag is not enabled for any repos
we're safe to remove the ta_* tasks since they aren't being queued up
anywhere in the old version of the code anyways

this commit removes the TA finisher tasks and replaces the call to
queue those up in the upload task with a call to queue up a separate
chain of processor tasks with the new_impl kwarg set to True. We can
pass this extra kwarg because the processor task has **kwargs which
makes it so even old versions of the code are compatible with this
version of the upload task

until we have the new implementation of the processor task deployed
we should not enable NEW_TA_TASKS since it will possibly cause
duplicate TA uploads to be processed
@codecov-notifications
Copy link

codecov-notifications bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.73%. Comparing base (8ca3427) to head (fa09518).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1116      +/-   ##
==========================================
+ Coverage   97.64%   97.73%   +0.08%     
==========================================
  Files         448      443       -5     
  Lines       37085    36565     -520     
==========================================
- Hits        36212    35737     -475     
+ Misses        873      828      -45     
Flag Coverage Δ
integration 42.65% <100.00%> (-0.36%) ⬇️
unit 90.59% <0.00%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joseph-sentry joseph-sentry marked this pull request as ready for review March 3, 2025 15:18
@joseph-sentry joseph-sentry added this pull request to the merge queue Mar 3, 2025
Merged via the queue into main with commit eed44ea Mar 3, 2025
28 of 29 checks passed
@joseph-sentry joseph-sentry deleted the joseph/update-new-ta branch March 3, 2025 18:52
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.

3 participants