Hi,
We have a project type, which does not extend AbstractProject, but directly extends Job and implements Queue.Task (we have certain reasons to not extend AbstractProject). We would like to have the Throttle plugin working with it, but it's tied to AbstractProject.
Please, consider this[1] pull request, which unties the plugin from AbstractProject class and makes so, that the Throttle plugin works with any class which extends Job and implements Queue.Task.
This is just a technical patch, no new features added.