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

Fix delete_old_otks job on worker deployments #17960

Open
wants to merge 1 commit into
base: release-v1.120
Choose a base branch
from

Commits on Nov 25, 2024

  1. Fix delete_old_otks job on worker deployments

    In a worker-mode deployment, the `E2eKeysHandler` is not necessarily loaded,
    which means the handler for the `delete_old_otks` task will not be
    registered. Make sure we load the handler.
    richvdh committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    76f326b View commit details
    Browse the repository at this point in the history