boljen / go-scheduler

A scheduler for rate-limited operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduler (Go)

Package scheduler implements a scheduler for rate limited operations using a prioritized queue.

Use Case

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.

Documentation

See godoc for more information.

License

Released under the MIT license.

About

A scheduler for rate-limited operations.

License:MIT License


Languages

Language:Go 100.0%