-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make it more obvious that scsb dump step is optional #2283
Conversation
Also, organize the docs directory a bit, and remove broken link.
docs/indexing.md
Outdated
|
||
Takes 24-25 hours to complete. As they download and unpack they will be placed | ||
in `/tmp/updates/` and as they are processed they will be moved to `/data/bibdata_files/scsb_update_files/`; you can follow the progress by listing the files in these directories. You can also find the most recent Full Partner ReCAP Records from [the events page](https://bibdata.princeton.edu/events), and look at the dump files in its json. Be sure not to deploy bibdata in the middle of this job, or else the job will have to start all over again from the beginning. | ||
If needed, [pull the most recent SCSB full dump records into dump files](./scsb/dump_files.md). |
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.
line 98 should be 'Then' ...since the full scsb request happened
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.
:🍄 thanks @sandbergja . A couple of comments.
docs/scsb/dump_files.md
Outdated
``` | ||
This kicks off an import job which will return immediately. This can be monitored in [sidekiq busy queue](https://bibdata.princeton.edu/sidekiq/busy) or [sidekiq waiting queue](https://bibdata.princeton.edu/sidekiq/queues/default) | ||
|
||
Takes 24-25 hours to complete. As they download and unpack they will be placed |
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.
The time it takes to complete has changed. we need to monitor it. The job I ran last week took 12 hours to complete. The previous job that ran through cron it took 22 hours.
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.
The job from yesterday took 11 hours. I would change line 12 to say Takes 11-12 hours to complete.
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.
Thanks @sandbergja !
Also, organize the docs directory a bit, and remove broken link.