work_distribute

command module
v0.0.0-...-df7557b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

README

This is a prototype app, it tries to do the following -

  • It has two components, redis to store state and a pool of workers.
  • This app tries to distribute work from a central workpool in redis among available workers
  • In this app, we will try to do it in an automatic manner, meaning we won't have a fixed topology and when a new worker joins or an existing worker leaves, we will redistribute work automatically
  • our goal will be to distribute work as such all workers have about the same amount of work
  • we will try to design it without the need of any other external monitor/ service discovery mechanism

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL