-
Notifications
You must be signed in to change notification settings - Fork 9
Issue/393 fix 2.0.0 rc1 bugs #394
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
Conversation
- Added missing async search methods to DsfClient - Reworked DsfClientProvider to allow getting DsfClient for non DSF FHIR servers - Refactored code - Additional plugin integration tests to verify async search
For example, we may want to specify a single space character as the value for a separation character property.
New DelayStrategy to configure first and later delays. Constant 200ms and exponential (100ms, 200ms, 400ms, 800ms, 800ms, ...) backoff implementations.
- Changed liquibase properties: db.camunda_user -> db.engine_user, db.camunda_users_group -> db.engine_users_group. - Change-sets with inline SQL using properties configured as runOnChange=true, checksum is calculated after property replacement - Split engine/identity 1.0.0 change-sets into change-set for sql file from camunda and inline change-set for GRANT expressions. - New rename roles change-set executed first to rename old camunda... roles to engine... - Renamed dev.dsf.bpe.db.user.camunda... BPE config properties to dev.dsf.bpe.db.user.engine..., values for new properties injected on startup if old properties set.
| }; | ||
|
|
||
| Duration delay = retryAfter.orElse(delayStrategy.getFirstDelay()); | ||
| logger.debug("Status 202, trying again in {}", delay); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this debug log happen only once or for every poll?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we have debug log messages for every execution in the retry-client, I think we should also log every poll.
issue/393_Fix_2.0.0-RC1_Bugs
TSP_USER,PPH_USERandBIO_USERmissing in CodeSystemhttp://dsf.dev/fhir/CodeSystem/practitioner-rolecamundacloses #393