#Self hosted V2 concurrency limits

1 messages · Page 1 of 1 (latest)

languid stump
#

Hey! Don't suppose anyones got an example of concurrency limits working on self hosted V2? We dispatch about 20 of these jobs at the same time, but they need to run 1 at a time. Currently they're going 10 a time (which is weirder 😅).

We can't go to V3 yet because of the beta label (client decision).

We fetch data with tasks like this:

const data = await io.runTask(
  "fetch-page",
  async () => await fetchPage(payload.pageId),
);
languid stump
#

Weirdly works on V3 using V2 sdk

atomic peak
#

Can't comment on v2 but concurrency limits will work with self-hosted v3