fix(stage): fix race condition with stages.

This commit is contained in:
Houmgaor
2025-10-21 00:00:08 +02:00
parent 1c32be98cc
commit 060635e422
3 changed files with 258 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Config file handling and validation
- Fixes 3 critical race condition in handlers_stage.go.
### Security