You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am wondering if I should support that & if I do, any good ideas on how I should approach it? I'm currently thinking supporting it via a config setting.
Or should retries be handled outside of this package according to the developer own preferences? Such as through laravel job classes
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As some of you may know, laravel 11 added the ->retry() method to the HTTP Client
https://laravel.com/docs/11.x/http-client#retries
So I am wondering if I should support that & if I do, any good ideas on how I should approach it? I'm currently thinking supporting it via a config setting.
Or should retries be handled outside of this package according to the developer own preferences? Such as through laravel job classes
Beta Was this translation helpful? Give feedback.
All reactions