Review batch operations
- [ ] 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
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
I have the same feeling, we should look into this
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
This issue is stale because it has been open for 30 days with no activity.
just to keep track of the work done, here is the list of changes, which were applied to fix the problems with batch processing
- minor change, small optimization for db transactions: https://github.com/tolgee/tolgee-platform/commit/a3447fc1792c0fdfd32eff3db20ac2081470137c
- first fix, which showed improvements in processing speed: https://github.com/tolgee/tolgee-platform/pull/3265
- 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