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
Adapters currently run sequentially in aggregator.py. Run them concurrently (e.g. via concurrent.futures) once there are 4+ adapters, to keep CI runtime reasonable.
Adapters currently run sequentially in aggregator.py. Run them concurrently (e.g. via concurrent.futures) once there are 4+ adapters, to keep CI runtime reasonable.