- Jul 19, 2023
-
-
david.bauer authored
-
- Apr 20, 2023
-
-
david.bauer authored
This is a breaking change. Changelog: - Redis is now mandatory and enabled by default - Added Sentinel, Standalone and Cluster support - Standalone mode with sidecar is used by default - If no host(s) are configured, a redis sidecar is injected into the deployment - No extra configuration needed - This is intended for development and does not scale. - Helm values have changed, see README.md: - `redis.host` has been renamed to `redis.hosts` and expects a list of strings with the following pattern: <localhost:6379> (needed for sentinel and cluster modes) - `redis.port` has been removed, see `redis.hosts`
-
- 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
-
david.bauer authored
-
- Mar 07, 2023
-
-
This endpoint can be used to dynamically generate pwa.json based on configuration on the java middleware.
-
- Dec 09, 2022
-
-
richard.petersen authored
root cause: When redis was not available, some files could not be saved in the local memory and therefore this error permanently occurs even though the node responded correctly. solution: Improve robustness when redis is not available
-
richard.petersen authored
Root cause: Circular dependency causes undefined function Solution: As the registration of the listener can be async, just use a simple setTimeout
-
- Nov 14, 2022
-
-
david.bauer authored
-
- Oct 10, 2022
-
-
Root cause: Due to a bunch of redis restarts, the bull-queues got unregistered and did not register again. Solution: On every reconnect, readd the bull queue again.
-
- Sep 02, 2022
-
-
richard.petersen authored
-
- Jul 11, 2022
-
-
Changelog: - Changed all 'trace' logs to level 'debug' - Added logging to the version check functions on log level 'info' and 'debug' - Added some time measures on ready checks to see what's taking so long on startup
-
- May 24, 2022
-
-
richard.petersen authored
-
- May 04, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-