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
feat: Allow falling back to internal rendering on any cache error
Previously, passing `fallback_render_aird` would only cause a fallback
to the internal rendering engine on cache misses. With this commit,
diagrams are also rendered internally for any other cache error, for
example if a remote cache server is unreachable or the cached artifacts
have expired.
0 commit comments