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
Rather than sending off hundreds or thousands of network requests as part of the reindexing process, it would be preferable to move to a queue-based approach.
For this, the existing indexers should be changed to write to a custom queue. Then, a queue consumer should be added to handle the actual recaching requests.
The text was updated successfully, but these errors were encountered:
Rather than sending off hundreds or thousands of network requests as part of the reindexing process, it would be preferable to move to a queue-based approach.
For this, the existing indexers should be changed to write to a custom queue. Then, a queue consumer should be added to handle the actual recaching requests.
The text was updated successfully, but these errors were encountered: