Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit fa09518

Browse files
committed
chore: remove previous code
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
1 parent 8ca3427 commit fa09518

12 files changed

+65
-1673
lines changed

ta_storage/utils.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

tasks/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
from tasks.sync_repo_languages_gql import sync_repo_languages_gql_task
5050
from tasks.sync_repos import sync_repos_task
5151
from tasks.sync_teams import sync_teams_task
52-
from tasks.ta_finisher import ta_finisher_task
53-
from tasks.ta_processor import ta_processor_task
5452
from tasks.test_results_finisher import test_results_finisher_task
5553
from tasks.test_results_processor import test_results_processor_task
5654
from tasks.timeseries_backfill import (

0 commit comments

Comments
 (0)