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
Adding works to a collection via the dashboard dispatches a series of ContentUpdateEventJobs to Sidekiq. Each job triggers a number of calls to Fedora. It may be hitting the limits of Fedora, but adding ~60 works to a new collection in a batch took about 45 minutes on the test server and a few hours on prod.
Are there performance bottlenecks anywhere that we can mitigate? Is this a known performance issue?
Adding works to a collection via the dashboard dispatches a series of
ContentUpdateEventJob
s to Sidekiq. Each job triggers a number of calls to Fedora. It may be hitting the limits of Fedora, but adding ~60 works to a new collection in a batch took about 45 minutes on the test server and a few hours on prod.Are there performance bottlenecks anywhere that we can mitigate? Is this a known performance issue?
See also #550
The text was updated successfully, but these errors were encountered: