-
Notifications
You must be signed in to change notification settings - Fork 9
Content Manager - Job Scheduler #366
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
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
The Content Manager is designed to run on schedule, in order to maintain the content up to date. This is achieved by querying the CTI API regularly.
On this issue, we'll work on including the Job Scheduler to the Content Manager plugin, adapting the code as much as needed to fit the Content Manager's responsibilities into a scheduled based job workflow.
The plugin's workflow for the tier 2 is:
last_offset
andlast_snapshot_link
values as read from the response).0
, the context will be initialized from a snapshotlast_snapshot_link
field in the index).offset
is lower thanlast_offset
for that context and consumer, the content needs to be updated.difference = latest_offsest - offset
difference > 0
offset
is updated in the index.offset
is set to0
, forcing a re-initialization from a snapshot.Functional requirements
Implementation restrictions
Plan
The text was updated successfully, but these errors were encountered: