You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We tend too scale our instances horizontally. This causes some issues with this plugin in particular. Mainly duplicated translations. Ideally there would be any race condition in the first place.
Disabling entire plugin on an instance causes Strapi to run migrations, removing tables previously created by enabling this plugin.
Describe the solution you'd like
Enabling parallel translations with no race conditions.
Describe alternatives you've considered
A config feature, allowing us to disable automatic job processing on other machines. This would only make one of the machines a translating service but would fix our issue
Additional context
For now we're using pnpm patch and are injecting a config property that is disabling batch job manager but that might not be the best solution.