geobtaa / geoblacklight_admin

MIT License
3 stars 2 forks source link

Guard against NIL derivative #56

Closed ewlarson closed 1 month ago

ewlarson commented 1 month ago

Calling a derivative before it has been generated in the background queue can throw 500 errors. Here we guard against those errors.

Fixes #55