Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The purpose of a meter is to signal proportional completion of a task and to be able to trigger another job which that is waiting for this proportional completion. Let us say that the task "model" creates a hundred files, and there are ten other tasks to process these files. Task "t0" processes files 0-9, task "t1" files 10-19, and so on. The python API would look something like:

...