Skip to content
Snippets Groups Projects
  1. Dec 15, 2022
  2. Oct 19, 2022
  3. Oct 03, 2022
  4. Sep 26, 2022
  5. Aug 18, 2022
  6. Aug 15, 2022
  7. Aug 11, 2022
  8. Aug 08, 2022
  9. 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
      v1.1.0
      43f7210b
  10. May 23, 2022
  11. Mar 30, 2022
  12. Mar 10, 2022
  13. Feb 18, 2022
  14. Feb 11, 2022
  15. Feb 10, 2022
  16. Feb 07, 2022
  17. Dec 17, 2021
  18. Dec 16, 2021
  19. Oct 21, 2021
  20. Oct 11, 2021
  21. Oct 07, 2021
  22. Oct 01, 2021
  23. Sep 30, 2021
  24. Sep 27, 2021
  25. Aug 10, 2021
  26. Aug 05, 2021
  27. Aug 04, 2021
  28. Aug 03, 2021
  29. Jul 28, 2021
  30. Jun 30, 2021
Loading