1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
Stefan Giehl eff138b4c3 Implements system signal handling for archiving interruption / termination (#22487)
* Allow signal handling in console commands

* Stop archiving after receiving SIGINT/SIGTERM

* Add tests for basic core:archive signal handling

* Abort symfony archiving requests for SIGTERM

* Add tests for non-symfony core:archive climulti methods

* Add tests for core:archive sigint fallback if sigterm is not fully supported

* Add tests for signal handling during core:archive init

* Add tests for signal handling during core:archive scheduled tasks

* Stop scheduled tasks after receiving SIGINT/SIGTERM

* Add tests for signal handling during scheduled-tasks:run

* Wrap signal handling support behind feature flag

* Update CHANGELOG.md

---------

Co-authored-by: Marc Neudert <marc@innocraft.com>
2025-02-26 16:08:20 +01:00
..