maple.utils.cleanup.CleanupManager.cleanup_all

CleanupManager.cleanup_all() None

Clean up all registered resources.

Stops and removes all registered Docker containers, then executes all registered cleanup handlers. Prevents recursive calls using the _shutting_down flag.

Container cleanup: 1. Stops each container (10 second timeout) 2. Removes the container (forced) 3. Logs success or failure

Handler cleanup: 1. Executes each handler 2. Catches and logs exceptions without stopping cleanup