tolgee-platform icon indicating copy to clipboard operation
tolgee-platform copied to clipboard

Review batch operations

Open JanCizmar opened this issue 1 year ago • 11 comments

  • [ ] it seems batch operations are slower than it should be
  • [ ] Try to relieve us from the need of using tweaks like ScheduledJobCleaner
    • [ ] Don't remove the tweaks, just log error when it's executed

JanCizmar avatar Oct 11 '24 11:10 JanCizmar

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Mar 30 '25 02:03 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Apr 13 '25 02:04 github-actions[bot]

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar May 15 '25 02:05 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar May 29 '25 02:05 github-actions[bot]

I have the same feeling, we should look into this

stepan662 avatar May 29 '25 08:05 stepan662

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jun 29 '25 02:06 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 13 '25 02:07 github-actions[bot]

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Aug 14 '25 02:08 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Aug 29 '25 02:08 github-actions[bot]

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Sep 29 '25 02:09 github-actions[bot]

just to keep track of the work done, here is the list of changes, which were applied to fix the problems with batch processing

  1. minor change, small optimization for db transactions: https://github.com/tolgee/tolgee-platform/commit/a3447fc1792c0fdfd32eff3db20ac2081470137c
  2. first fix, which showed improvements in processing speed: https://github.com/tolgee/tolgee-platform/pull/3265
  3. fix for jobs cancellation + optimizations: https://github.com/tolgee/tolgee-platform/pull/3287

Meanwhile, a long ongoing discussion about the next fix is here: https://github.com/tolgee/tolgee-platform/pull/3271

bdshadow avatar Oct 30 '25 23:10 bdshadow