You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the synchronization job with the contact and reservation registry handles just a single list of changes. This limits the job at 1000 persons being updated/created per execution. We want this to be changed to that the job can run for longer to handle more changes.
Additional Information
No response
Tasks
Implement a loop around the current implementation where it will continue to fetch more changes as long as there are changes to get
The assumption is that we can see if a page has 1000 persons and assume that this means there are more pages to retrieve. This is unless there is a more explicit paging mechanism provided by the API. If so use that instead.
Store the last change number every iteration so that we can continue from last success if we need to restart the job
Acceptance Criterias
The sync job iterates over all available changes instead of only the 1000 we get on first request
The text was updated successfully, but these errors were encountered:
SandGrainOne
added
kind/user-story
Used for issues that describes functionality for our users.
status/draft
Status: When you create an issue before you have enough info to properly describe the issue.
labels
Oct 28, 2024
Description
The current implementation of the synchronization job with the contact and reservation registry handles just a single list of changes. This limits the job at 1000 persons being updated/created per execution. We want this to be changed to that the job can run for longer to handle more changes.
Additional Information
No response
Tasks
Acceptance Criterias
The text was updated successfully, but these errors were encountered: