Categorygithub.com/KevinZonda/batchq
repositorypackage
0.0.7
Repository: https://github.com/kevinzonda/batchq.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

BatchQ

BatchQ provides a simple way to aggregate multiple jobs into a single batch job. This is useful for running jobs on a cluster where you have a limited number of jobs that can be run at once.

i.e. for some APIs, its QPS is 10rps, but it allows you to send a request with several jobs. You have 1000 jobs to run, you can use BatchQ to aggregate 10 jobs into a single job, and run it every 0.1 seconds.