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
CMS worker gets real bogged down during feed imports. Attempt to minimize redundant jobs/callbacks. Crazy ideas:
Make sure we only send each audio_file / image to Porter once. We appear to be sending duplicates for segments > 1 right now.
Make sure Porter callbacks don't change audio_file timestamps when they don't need to. Since those will generate announcements to feeder and more CMS-search-index jobs.
Look into upgrading shoryuken for better parallelization
The text was updated successfully, but these errors were encountered:
CMS worker gets real bogged down during feed imports. Attempt to minimize redundant jobs/callbacks. Crazy ideas:
The text was updated successfully, but these errors were encountered: