Skip to content

boljen/go-scheduler

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages