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
We either should make Push async (with Close waiting until all results are pushed) or change the main function logic to push all results in the end. In both cases, that could simplify our pinging logic.
The text was updated successfully, but these errors were encountered:
AlekSi
added a commit
to AlekSi/dance
that referenced
this issue
Dec 23, 2024
pusherClient.Push
should not block testing other databases/configs. See https://github.com/FerretDB/dance/actions/runs/12467709173/job/34797483841 for an example.We either should make
Push
async (withClose
waiting until all results are pushed) or change themain
function logic to push all results in the end. In both cases, that could simplify our pinging logic.The text was updated successfully, but these errors were encountered: