gwu-libraries / launchpad

A django based system that provides a stable URL for every item in the library's catalog. Various discovery services will link to these URLs. The page for each item will in turn link out to various other resources that provide methods for accessing the content of the items.
MIT License
15 stars 9 forks source link

Make sleep time between retries configurable #1176

Open kerchner opened 7 years ago

kerchner commented 7 years ago

See https://github.com/gwu-libraries/launchpad/blob/master/lp/ui/views.py#L539

This should be a value configured in local_settings.py so that it can be more readily tuned in response to, for example, performance slowdowns on the serialssolutions side, without requiring a new launchpad milestone.

kerchner commented 7 years ago

See https://github.com/gwu-libraries/obento/pull/405