Request to refactor deletion of extension data #4519
Labels
area/core
Issues or PRs related to the Halo Core
kind/improvement
Categorizes issue or PR as related to a improvement.
Milestone
What is version of Halo has the issue?
2.9.0-SNAPSHOT
What database are you using?
H2
What is your deployment method?
Docker
Your site address.
localhost
What happened?
Currently, we use GcReconciler to detect whether extension will be recycled or not. It might not work for extensions created by plugins or after a system restart. So that we have to delete extensions manually.
As a result, we request to refactor GcReconciler to watch extension updates as well to ensure all deletable extensions will be recycled normally.
/kind improvement
/area core
/assign
Relevant log output
Additional information
The text was updated successfully, but these errors were encountered: