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

TASK: TaskExecutionHistory removes non existing task handlers #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gjwnc
Copy link
Contributor

@gjwnc gjwnc commented Apr 20, 2022

During TaskExecutionHistory::cleanup() DB entries are removed if the task handlers in the DB is not configured or doesn't exist anymore.
This behaviour can be configured by the setting keepRemovedTasksInTaskExecutionHistory which by default keeps the current behaviour and doesn't remove entries.

This PR is about auto cleanup of the TaskExecutionHistory if one removes a task from the configuration or a handlerClass is renamed. Old entries are then automatically removed if enabled.

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.

1 participant