Throttling
#716
Replies: 1 comment
-
Ah. I've just noticed issue #315, which is still open. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks for creating good_job. It has replaced all sidekiq in most of my apps.
I've read the section on concurrency, but I'm unclear on whether I can throttle job execution based on time. For example, I want a specific job to run a maximum on N times in the space of X seconds. I don't mind how many are queued.
From a quick read through the docs this does not seem possible, but just wanted to check I'm not missing anything?
Beta Was this translation helpful? Give feedback.
All reactions