Update namespace statistics when project is destroyed
When a project is destroyed, Projects::ProjectDeletedEvent is published. A Namespaces::UpdateRootStatisticsWorker is subscribed to Projects::ProjectDeletedEvent. The worker will enqueue Namespaces::ScheduleAggregationWorker to update the namespace's root statistics. This change is behind a feature flag for publishing ProjectDeletedEvent. Changelog: fixed
Showing
Please register or sign in to comment