sentry icon indicating copy to clipboard operation
sentry copied to clipboard

taskworker: Use long-lived processpool instead of forked process

Open markstory opened this issue 1 year ago • 0 comments

  • Improve the throughput of the prototypes by using long lived process pools instead of making a new process for each task.
  • Improve the pull model by having status updates return the next task. This halves the amount of network requests that pull model needs to make.
  • Improve the output of the test harness to make throughput more obvious and format numbers so they are easier to read.

markstory avatar Oct 04 '24 21:10 markstory