Does Exposed support queuing queries? Say a databa...
# exposed
e
Does Exposed support queuing queries? Say a database is available for x amount of time, can Exposed store the requests that would have happened in that time and execute them once the database is back online?
d
Maybe try #C5UPMM0A0 resilience?