Daanra / laravel-lets-encrypt

Let's Encrypt wrapper for Laravel
MIT License
200 stars 28 forks source link

[Feature Request] Setting tries / retry behavior on jobs #9

Closed Daanra closed 2 years ago

Daanra commented 2 years ago

The jobs should have their number of tries and retry after behavior configurable.

Daanra commented 2 years ago

Implemented in https://github.com/Daanra/laravel-lets-encrypt/pull/10, Thanks @condor-bird!