Skip to content
Snippets Groups Projects
  1. May 07, 2024
  2. Apr 22, 2024
  3. Apr 02, 2024
  4. Jan 31, 2024
  5. Jan 29, 2024
  6. Sep 21, 2023
  7. 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
  8. Jul 19, 2023
  9. Jun 15, 2023
  10. Jun 05, 2023
  11. May 09, 2023
  12. Apr 12, 2023
  13. Apr 11, 2023
  14. Mar 15, 2023
  15. Mar 07, 2023
  16. Dec 08, 2022
  17. Dec 05, 2022
  18. Nov 23, 2022
  19. Nov 17, 2022
  20. Nov 14, 2022
  21. Oct 10, 2022
  22. Sep 12, 2022
  23. Sep 09, 2022
  24. Sep 06, 2022
  25. Sep 02, 2022
  26. Sep 01, 2022
  27. Aug 17, 2022
  28. Jul 18, 2022
  29. May 24, 2022
  30. 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
Loading