Skip to content
Snippets Groups Projects
  1. Jan 27, 2024
  2. Jan 25, 2024
  3. Jan 23, 2024
  4. Jan 20, 2024
  5. Jan 19, 2024
  6. 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
  7. 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
  8. Jan 15, 2024
  9. Jan 10, 2024
  10. Jan 08, 2024
  11. Dec 27, 2023
  12. Dec 11, 2023
  13. Dec 06, 2023
Loading