You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was noted during a recent production upgrade that two of the controllers in Avalon are making unnecessary requests to Fedora, which can impact performance and can help application resilience (as well as throwing errors when Fedora is unavailable). These should be updated or removed as needed.
Done Looks Like
object and supplemental_file controllers updated to remove or replace unneeded Fedora requests
The text was updated successfully, but these errors were encountered:
cjcolvar
changed the title
Objects and Supplemental Fiels Controllers Makes Unneccessary Fedora Requests
Objects and Supplemental Files Controllers Makes Unneccessary Fedora Requests
Oct 22, 2024
Supplemental files controller change should be simple; may be more complicated with the objects controller.
If there is downtime for Fedora but not Solr in an Avalon instance, this change would help things continue to function for end users. Could prioritize this based on current Fedora 6 migration work.
Description
It was noted during a recent production upgrade that two of the controllers in Avalon are making unnecessary requests to Fedora, which can impact performance and can help application resilience (as well as throwing errors when Fedora is unavailable). These should be updated or removed as needed.
Done Looks Like
The text was updated successfully, but these errors were encountered: