Hi @Abhilasha_S.,
1. Increase HTTP Connection Pool Size
Go to:
OSGi -> com.adobe.cq.wcm.translation.impl.MachineTranslationConfigProvider
Update:
(Default values are too small for real translation workloads.)
2. Check Microsoft Translation OSGi Config
OSGi -> com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceImpl
Ensure:
-
API Key + Endpoint are correct
-
Timeout values are not too small
-
Retry count is enabled (set to 3)
3. Reduce Parallelism in Translation Workflows
Path:
/libs/settings/workflow/models/translation/prepare_translation_project/jcr:content
or if overlayed:
/conf/global/settings/workflow/models/...
Reduce:
Santosh Sai

