laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

Possibility to clear RateLimits #2551

Closed gerardnll closed 3 years ago

gerardnll commented 3 years ago

Imagine having a job RateLimited every 4 hours that's being dispatched when an Order made in the site is needs manual approval. That jobs sends a notification to X admins. Now, when the orders are checked and approved or disapproved it would be great to clear the RateLimits so if a new Order comes in, emails are queued even if the 4 hours haven't passed.

I think, if I'm not wrong, that RateLimits cannot be easily cleared now.

gerardnll commented 3 years ago

Already exists.