stelo
stelo
Similar issue on raycast side: https://github.com/raycast/extensions/issues/13215 Please take a look at [this comment](https://github.com/raycast/extensions/issues/13215#issuecomment-2197634318) to see what's blocking raycast development.
Hey @shafiahmed12 , I just mean changing the `link` value for the eventType: ```json { "status": "success", "data": { "eventType": { "id": 1, "length": 60, "slug": "cooking-class", "title": "Learn the...
Hey @steven-tey , I am back and taking a look into this and will have an implementation along these lines: https://github.com/raycast/extensions/issues/14198#issuecomment-2311525240. For this I will need to call both these...
How was it working before @arabshapt? B/c we literally just reverted back to the previous logic of handling pagination, ditching the raycast native pagination. Did the magnitude of pipelines considerably...
In any case, I use cellular accounts, so I create one account per-service pipeline stage (I will only have 1-2 pipelines per account). It would be hard (and expensive) for...
@arabshapt please try this: https://github.com/raycast/extensions/pull/13004#issuecomment-2190015021 Please let me know how it goes and I can help you with the review process.
Perfect @arabshapt . Thanks for testing! So we root-caused it to 50 async calls being triggered (instead of sequential) that raised the TPS to throttle limits. > I think they...
Hey @arabshapt do you have some data around the avg. latency you are seeing per `ListPipelineExecutions` call?
> hmm, some of the promises are rejected... need to think about how to solve this... resending the requests for the rejected ones with an exponential delay could work Hey...