When trying to import a rather large amount of Translation Unit content into a server-based Translation Memory, the import task (not the upload of the file that is getting imported) is cancelled always after ~30-35 minutes which is displayed in the Background Tasks view. Example: |
Workaround/SolutionOption 1: Steps to adjust the timeout value:
Option 2: Steps to disable the timeout value (NOT recommended):
|
As of RabbitMQ versions 3.8.17 or higher, a timeout is enforced on consumer delivery acknowledgement. If a consumer does not acknowledge its delivery for more than the timeout value (30 minutes by default), its channel will be closed with a PRECONDITION_FAILED channel exception. The error will be logged in the RabbitMQ log file located by default in C:\Users\[user folder]\AppData\Roaming\RabbitMQ\log. The timeout value is configurable in the rabbitmq.conf (in milliseconds). Alternatively, the timeout can be completely disabled by configuring the advanced.config (not recommended). |