SEAPUNK / jobber

Simple job queue.
1 stars 0 forks source link

runner registration #8

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

How should runners be registered, and how should they be managed?

Things to consider:

SEAPUNK commented 8 years ago

Runner does not "register" with the server. It asks the server for available jobs with requested name, register a "run" for the job, where the server keeps track of the runner's (optional) name, run token, and last update received from the runner.