Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 609 Bytes

background.md

File metadata and controls

9 lines (7 loc) · 609 Bytes

##Background Worker Pool

Next: Configuration

Dingo could be used as a worker pool, like those libraries. Several noticeable differences between this mode to "remote" mode:

  • No database adaptor would be required
  • No more marshalling and unmarshalling
  • Builtin dispatchers for dingo.Task and dingo.Report would be adapted.

An example on GoDoc.