Skip to content
Snippets Groups Projects
  1. Jan 23, 2024
  2. Jan 20, 2024
  3. Jan 19, 2024
  4. Jan 18, 2024
    • Marcin's avatar
      stop using connection pool in sync · 6cffa1e5
      Marcin authored
      We are controlling livetime of all pq connections opened by the sync
      code, so we don't need connection pooling. Moreover we had random
      issues with closing contections, which were not effectively closed
      after close() returns.
      #207
      6cffa1e5
  5. Jan 17, 2024
    • Marcin's avatar
      execute PayoutStatsView and Mentions refresh in sqequence · a34f3cd2
      Marcin authored
      Previously PayoutStatsView and Mentions were refreshed during live sync in separated
      threads, but it was illegal since they use the same connection as the
      main thread with app_next_block call. It is also impossible to start these
      operations safty in separated threads on separate db connections,
      becuase it will require to start new transactions for each connections,
      and then commit them separatly, regardles of the results of queries in
      the main and other  threads.
      a34f3cd2
    • Marcin's avatar
      correctly break sync when test-max-block is used · dac637bf
      Marcin authored
      Previously first app_next_block after reaching the limit was commited,
      what moves hivemind context to the next block after the limit without
      processing it
      dac637bf
  6. Jan 15, 2024
  7. Jan 10, 2024
  8. Jan 08, 2024
  9. Dec 27, 2023
  10. Dec 11, 2023
  11. Dec 06, 2023
  12. Dec 05, 2023
  13. Nov 29, 2023
  14. Nov 22, 2023
  15. Nov 14, 2023
  16. Nov 08, 2023
  17. Nov 04, 2023
  18. Oct 21, 2023
  19. Oct 20, 2023
  20. Oct 17, 2023
  21. Oct 13, 2023
  22. Oct 10, 2023
Loading