Anirudh Atodaria
Anirudh Atodaria
## CONTEXT Continuing the discussion from #1973 Currently `useSWRMutation` returns a `trigger` method which returns `Promise` which may cause confusion like [here](https://github.com/vercel/swr/discussions/1919#discussioncomment-2688176). though it should be clear to developers if...
Hi, Thank you for this amazing project! 🙏 We're facing an issue with `pg-query-stream`, however, I'm not sure if its the package or something else. ### The issue We're selecting...
right before starting a child, get and pass children values along side other job data. This should be okay as the parent job runs only after all children have finished....
Fixes #10447 Instead of retrying instantly, add delay before retrying based on - - `Retry-After` response header if present - Or exponential backoff Delay duration is capped at 20 seconds...