Package scheduler implements a scheduler for rate limited operations using a prioritized queue.
This package is built to schedule operations against rate limited API's. More specifically it's meant for applications which need to perform both real-time operations as well as a hefty amount of background scraping.
See godoc for more information.
Released under the MIT license.