edge icon indicating copy to clipboard operation
edge copied to clipboard

Reduce the number of calls to the satellite in the gateway (compatibility checks)

Open amwolff opened this issue 10 months ago • 1 comments

Goal

Reduce the number of calls to the satellite in the gateway even at the expense of compatibility to make sure that we maintain one gateway call per one satellite call to reduce the latency and the load on the metabase.

Acceptance Criteria

Go through each gateway method and try removing extraneous calls if our test suites allow it.

amwolff avatar Mar 26 '24 15:03 amwolff

// TODO this should be removed and implemented on satellite side

These comments in the code are probably the first targets to fix.

halkyon avatar Apr 17 '24 00:04 halkyon