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
In my case perform_throttle: [ 1, 1.second ] did not work as expected. It would send more than 1 per second and i would hit the rate limit on the Resend API. 2 in 2 seconds seems to work though.
The text was updated successfully, but these errors were encountered:
@bensheldon after your help on Slack i can confirm this works fine and i think adding it to the docs will help others in the future.
config/initializers/good_job.rb
In my case
perform_throttle: [ 1, 1.second ]
did not work as expected. It would send more than 1 per second and i would hit the rate limit on the Resend API. 2 in 2 seconds seems to work though.The text was updated successfully, but these errors were encountered: