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

Resume job processing on app restart #83

Open
markmhendrickson opened this issue Aug 21, 2017 · 0 comments
Open

Resume job processing on app restart #83

markmhendrickson opened this issue Aug 21, 2017 · 0 comments

Comments

@markmhendrickson
Copy link
Member

This entails modifying job processing so that all jobs that have been started but have not finished queuing up all intended item storage kue jobs will resume their processing upon app restart.

For example, if a new job with name storeAllItemsForUserStorageSourceContentType is saved but only 50 of 100 available pages from the source for the content type have been retrieved for initiation of item storage kue jobs, the 51st and subsequent pages of data should be processed upon app restart.

This change goes hand in hand with #70 to ensure that jobs store all intended items even if the app restarts in the meantime (because of a code deployment or any other reason).

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

No branches or pull requests

1 participant