fix(api): add one second countdown to scheduled scan task to ensure transaction completion (#9516)

This commit is contained in:
Adrián Peña
2025-12-12 10:08:42 +01:00
committed by GitHub
parent 89295f7e7d
commit 0e9ba4b116
5 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,11 @@
All notable changes to the **Prowler API** are documented in this file.
## [1.16.1] (Prowler v5.15.1)
### Fixed
- Race condition in scheduled scan creation by adding countdown to task [(#9516)](https://github.com/prowler-cloud/prowler/pull/9516)
## [1.16.0] (Prowler v5.15.0)
### Added
@@ -12,7 +17,6 @@ All notable changes to the **Prowler API** are documented in this file.
- Support to use admin credentials through the read replica database [(#9440)](https://github.com/prowler-cloud/prowler/pull/9440)
### Changed
- Error messages from Lighthouse celery tasks [(#9165)](https://github.com/prowler-cloud/prowler/pull/9165)
- Restore the compliance overview endpoint's mandatory filters [(#9338)](https://github.com/prowler-cloud/prowler/pull/9338)