Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix retry mechanism for the DocFormatter and PdfConverter #126

Merged
merged 2 commits into from
Feb 10, 2020

Conversation

Ilya-c
Copy link
Contributor

@Ilya-c Ilya-c commented Feb 7, 2020

Fixed retry functionality in case of openoffice process failure.

  • Before fix property 'countOfRetry' didn't do anything, only one retry was performing
  • Added 'retryIntervalMs' property to the OfficeIntegration class (can be set in the bean definition). Default value is 1 second. Retry interval for example needed if all ports are currently busy: without this interval all attempts would immediately end.

@Ilya-c Ilya-c self-assigned this Feb 7, 2020
@andreysubbotin andreysubbotin merged commit a4cda7b into release_1_0 Feb 10, 2020
andreysubbotin pushed a commit that referenced this pull request Nov 8, 2020
* Fix retry mechanism for the DocFormatter and DocumentConverter
@CLAassistant
Copy link

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants