Skip to content
Snippets Groups Projects
  1. Apr 11, 2024
  2. Apr 10, 2024
  3. Apr 04, 2024
  4. Apr 02, 2024
  5. Jan 31, 2024
  6. Jan 29, 2024
  7. Oct 25, 2023
  8. Sep 15, 2023
    • julian.baeume's avatar
      Changed: OXUI-1345: Refactor cache handling · a1495f40
      julian.baeume authored and julian.baeume's avatar julian.baeume committed
      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
      a1495f40
  9. Jul 19, 2023
  10. Jun 15, 2023
  11. Jun 09, 2023
  12. Apr 12, 2023
  13. Apr 11, 2023
  14. Sep 02, 2022
  15. Jul 11, 2022
    • alexander.quast's avatar
      Added extended logging to some modules · 6906d7f2
      alexander.quast authored and richard.petersen's avatar richard.petersen committed
      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
      6906d7f2
  16. May 16, 2022
    • richard.petersen's avatar
      fixed: OXUIB-1631 memory spikes immediatly after startup · 43b4dd6a
      richard.petersen authored
      Root cause: If multiple connections are opened at the same time after an update, the ui-middleware will do multiple requests to get initial data. That went especially worse, when e2e-tests are launched against ui-middlewares with multiple clients connecting at the same time.
      Soltion: Make sure, that a node already caches stuff without a response.
      43b4dd6a
  17. May 09, 2022
  18. May 04, 2022
Loading