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 proxy writers #10000

Merged
merged 2 commits into from
Aug 8, 2022
Merged

Remove proxy writers #10000

merged 2 commits into from
Aug 8, 2022

Commits on Aug 8, 2022

  1. refactor: clean up ProcessingScheduleService

    Remove the LegacyTask and the related writer in the schedule service, since it was not used. We will implement it differently.
    Zelldon committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    085436f View commit details
    Browse the repository at this point in the history
  2. refactor: remove stream writer proxy

    The proxy was introduced to disable writing during reprocressing, we no longer do reprocessing so this is no longer necessary an can be removed.
    Zelldon committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    dafd76c View commit details
    Browse the repository at this point in the history