Jed Kass
Jed Kass
Hmm it sort of makes sense. We moved towards using `executeIsolated`, but we are still seeing transient `WatchError`s. It's extremely strange since our logs show no competing writes for these...
Here's a somewhat-cleaned version of what we are doing. And in case it's relevant, it looks like we're on `[email protected]` Thanks for the fast response and for looking at this!...
@leibale Any ideas here by chance?
@emovla Thanks for the the response! I wish that was it but we're actually always calling `multi()` on the `isolatedClient`. My code snippet is a pretty good skeleton/redacted version of...
As a workaround, I've created a `CustomMetricWithAlarm` object with an empty `addAlarm` prop. For example: ``` { metric: metric, alarmFriendlyName: alarmFriendlyName, addAlarm: {}, position: AxisPosition.RIGHT, } ```