Andrey Antukh 6feccaebb3 🐛 Cascade profile deletion in objects-gc task
The objects-gc task was performing a hard delete on profiles
without cascading the soft-delete to owned teams, projects, and files.
This left orphaned objects that were never cleaned up.

Now the task invokes delete-object before the hard delete, ensuring
all owned resources are properly marked for deletion and cleaned up
in subsequent GC iterations.

AI-assisted-by: qwen3.7-plus
2026-08-27 12:33:52 +02:00
..
2024-05-29 19:05:04 +02:00