Skip to content

Hotfix: preserve step cache for all followup calls#1016

Merged
luhmirin-s merged 1 commit into
release/2024.2.2from
hotfix/step-cache-fix
Dec 10, 2024
Merged

Hotfix: preserve step cache for all followup calls#1016
luhmirin-s merged 1 commit into
release/2024.2.2from
hotfix/step-cache-fix

Conversation

@luhmirin-s
Copy link
Copy Markdown
Contributor

  • With the introduction of matching modalities, callout sequence "identify->confirm->enrol last" led to an unexpected double capture.
  • The issue was caused by the step cache being re-written to contain only "confirm" callout steps by the time "enrol last" is called.
  • Steps of each new callout are being appended to the already cached steps. Since old steps are in "COMPLETE" step, it does not interfere with the currently executing steps.

@luhmirin-s luhmirin-s requested review from a team, BurningAXE, TristramN, alex-vt, alexandr-simprints, meladRaouf and ybourgery and removed request for a team December 10, 2024 14:09
@cla-bot cla-bot Bot added the ... label Dec 10, 2024
@sonarqubecloud
Copy link
Copy Markdown

@luhmirin-s luhmirin-s merged commit c3e7f4b into release/2024.2.2 Dec 10, 2024
@luhmirin-s luhmirin-s deleted the hotfix/step-cache-fix branch December 10, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants