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
fetchContentWithFallback as 3 different fetching blocks that can be combined into 1.
We should create an async generator that yields the nodes. It would yield the CDN url then await the nodes list being loaded, then add the customer fallback origin in the end. That way we can combine the fetch blocks into 1 and iterate the nodes list without having to modify it mid loop.
The text was updated successfully, but these errors were encountered:
AmeanAsad
changed the title
[Tech DebtClean up fetch content with fallback
[Tech Debt] Clean up fetch content with fallback
Nov 3, 2023
fetchContentWithFallback
as 3 different fetching blocks that can be combined into 1.The text was updated successfully, but these errors were encountered: