- Apr 02, 2024
-
-
david.bauer authored
-
- Jan 29, 2024
-
-
- Oct 17, 2023
-
-
julian.baeume authored
since quite some time we do not report the pod as unhealthy any longer if redis connection is gone. So in case the connection is lost, we want it to reconnect. Make sure to always fetch from redis once client (re-)connected.
-
- Sep 15, 2023
-
-
Changelog: - introduce two separate roles for middleware deployments: - ui-middleware: read from redis only, listen to version updates, can easily be scaled - updater: split out all code that writes to redis, no need to scale > 1
-
- Jul 19, 2023
-
-
david.bauer authored
-
- Apr 11, 2023
-
-
david.bauer authored
- Unit and Integration tests now use "inject" instead of starting a server and using supertest. - Add Coverage Reports and "test:dev" mode. This enables a mocha --watch like workflow using nodemon, as --watch does not work with esm modules. - Reorganized and renamed files and functions
-