Skip to content
Snippets Groups Projects
  1. Jan 08, 2024
  2. Dec 13, 2023
  3. Nov 14, 2023
  4. Nov 01, 2023
  5. Oct 30, 2023
  6. Oct 10, 2023
  7. Oct 02, 2023
  8. Sep 27, 2023
  9. Sep 15, 2023
  10. Jun 05, 2023
  11. May 05, 2023
  12. Apr 26, 2023
  13. Mar 21, 2023
  14. Dec 06, 2022
  15. Oct 19, 2022
  16. Oct 03, 2022
  17. Sep 26, 2022
  18. Aug 18, 2022
  19. Aug 15, 2022
  20. Aug 11, 2022
  21. Aug 08, 2022
  22. Aug 05, 2022
    • Carina Antunes's avatar
      High load improvements · 43f7210b
      Carina Antunes authored
      * Add ActiveMQ Docker logging config for development
      * Add ClientIndividualConsumer and ClientIndividualListener. These classes allow:
        * create a listener per connection, to avoid one listener instance shared among all threads
        * each listener to call ack/nack in their connection
        * cleanup connections list (was growing forever, every 5 minutes appending new connections)
      * Catch BrokenPipeError, until stomp.py has a proper fix to the race condition. Provided a [MR](https://github.com/jasonrbriggs/stomp.py/issues/393).
      * Upgrade from centos stream 8 to centos stream 9
      * Bump python 3.6 (EOL was 23 Dec 2021) to 3.9 (EOL 05 Oct 2025)
        * Replace `pycrypto` (unmaintained, obsolete, and contains security vulnerabilities.) with `pycryptodome`
      * Log thread_id in all logs
      * Make Auditing a class instance, property of the processor instance
      * Share SQLAlchemy engine and connection pooler (set as a class property, protected by a lock) to avoid multiple calls to automap_base which would throw a SA warning
      * Retry etcd client on external disconnect/ failure to create client
      * Fix typo: Uppercase priority coming in email gateway
  23. May 23, 2022
  24. Mar 30, 2022
  25. Mar 10, 2022
  26. Feb 18, 2022
  27. Feb 11, 2022
  28. Feb 10, 2022
  29. Feb 07, 2022
  30. Dec 17, 2021
  31. Dec 16, 2021
  32. Oct 21, 2021
  33. Oct 11, 2021
  34. Oct 07, 2021
  35. Oct 01, 2021
  36. Sep 30, 2021
  37. Sep 27, 2021
Loading