Skip to content

Commit

Permalink
chore: remove previous code
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joseph-sentry committed Feb 28, 2025
1 parent 8ca3427 commit b772e74
Showing 10 changed files with 30 additions and 1,658 deletions.
21 changes: 0 additions & 21 deletions ta_storage/utils.py

This file was deleted.

Loading
Oops, something went wrong.

0 comments on commit b772e74

Please sign in to comment.