Skip to content

Concurrent worker pool pattern implemented with a maximum rate of work.

Notifications You must be signed in to change notification settings

kylechadha/timed-worker-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Timed Worker Pool

Worker pool pattern implemented with a maximum rate of work. Consumption from the consumer is throttled by an intermediary which batches work and places it on a read channel at a pre-specified interval.

About

Concurrent worker pool pattern implemented with a maximum rate of work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages