Date
Attendees
Carol Sterenberg, Jeffrey Fleming, Ian Wells, Lloyd Chittenden, Travis Brooks, Jeremy Nelson
Meeting Link
- https://zoom.us/j/204980147
- password: folio-lsp
Link to Recordings
Discussion items
Time | Item | Who | Notes |
---|---|---|---|
Optimistic locking workarounds | Could disable all through testing phase, and always set _version = 1. Or at least could test this. Did anyone (especially Stanford) try this? Stanford created an Airflow DAG for dropping the OL triggers for inventory tables, monitors running migration jobs, and restores the OL triggers after 5 minutes have elapsed since the last active migration job. Will be testing starting today. | ||
Migration status/checkin |
| ||
Loading loans | For renewals, Have you tried migrating the loans as though they were were new and then changing both the loanDate and the dueDate via PUT, along with renewals count? That should avoid the immediate age-to-lost issue, and you don't have to create historical calendars to cover all of you possible loanDates. Your loan action history will indicate the change, but you should also be able to add an action comment when you make the update indicating that it was a migrated loan. This is roughly the technique used in | ||