Throttling Ember Data requests

I’m using Ember Data to interact with a REST API that has a rate limit.

Any suggestions for how to go about throttling Ember Data requests to X requests per second?

I eventually figured this out and posted my code at ember.js - Throttling Ember Data requests - Stack Overflow