Open eby opened 4 years ago
On submit, the submit routine has a loop that does two things:
The api call to update the holdRequest on EVG uses guzzle. $updated_hold = $guzzle->get("$api_url/patron/$selfCheckApi_key-$patron_barcode/update_hold/" . $hold['holdId'] . "?shelf_expire_time=$pickup_date 23:59:59")->getBody()->getContents();
It would be interesting to look at the api access logs on prod to see the get requests coming in. Where are the api logs for the production api stored?
Helpdesk today. Patron attempted to schedule all items but only some were scheduled.
Looks like she got a 500 error but ignored that it happened (logs omitted for privacy). So some things were scheduled but not all.
Not sure what part is a loop that could time out part way through but adding it here.