View Source Squeeze.Tasks.CreateRaceGoals (OpenPace v0.0.1)

A task to create race goals from existing activities marked as races.

Link to this section Summary

Functions

Run the task to create race goals from race activities

Link to this section Functions

Run the task to create race goals from race activities

options

Options

  • :batch_size - The number of records to process in each batch. Defaults to 100

examples

Examples

iex> CreateRaceGoals.run(batch_size: 50)