Skip to main content

Summary

Bracket uses a scheduler to execute a sync. Each execution of a sync is called run. A history of all the runs is kept on the sync’s page.

Types

Each run is designated a type. Each type of run has special properties and will execute differently:

Statuses

Each run takes time to be get scheduled and executed. The various statuses of the run are as follows:

Recommendations

When it comes to an order of operations, Bracket recommends running a TEST run to ensure that the right number of changes is being sent to each data source followed by a ONE_TIME run. To ensure changes aren’t creating an infinite loop of changes, Bracket recommending running one more TEST run before turning the sync to active which infinitely scheduling the SYNC runs