Victor

Results 5 comments of Victor

@iisisrael was this work finished in the end by chance? ... was super keen to transition to Symfony v6 but can't without the new authentication system :/ Thanks for all...

The only way i've been able to reproduce this so far is occasionally in prod -- prefer not to be testing code in prod like that, and due to it's...

There's a serverless plugin called 'serverless-plugin-aws-alerts' which might help here.

I've also come across this need, where can't pre-emptively view & slow down the API calls due to having no visibility of the returned headers for rate-limits. The # remaining...

Maybe by registering some event-listeners, and potentially adding some delays (to minimise the 'wait-and-retry' exception from being thrown) in the 'before' listener for guzzle too, although I think it'd be...