Jack

Results 22 comments of Jack

It seems like `onFailure` or `onSuccess` won't give me information about whether the limits triggered. It seems like maybe I could add a metric about firings or add an event...

Maybe adding an event for cycle completion would allow me to decide whether to change the ratelimit based off what happened since the last time that even fired? ```java /**...

hi @RobWin Thank you for your response! I like the video and I'm very excited about the branch you shared! I see from the video that: * Concurrent call limits...

That makes sense about the Bulkhead. It seems like a very good fit for an API. An adaptive ratelimiter inside a client is what I'm looking at. I think you're...

`SLOW_START` and `CONGESTION_AVOIDANCE` seem really good to me. People like the TCP algorithm so it helps adoption to have a similar design, too. Maybe the state machine could be decoupled...

I'm subscribing to `ParseReact.currentUser`. Is it possible to subscribe to the current user with a query?

it seems to me that when I apply this patch, I end up with the key on this.data containing the pointer which doesn't have the fields from the flattened object.

Actually that was because I was keeping a list of objectIds as strings in an array as a field (edit: rather, a column). This fix does work if I have...