SCHEDULED | The state for runs that are will be executed at a future time. This run has not been started and will be deleted if the run type is SYNC sync is toggled to inactive. |
STARTING | A short lived state where our scheduler has picked up this execution but has not begun processing individual records. |
STARTED | The state for a currently running run. Runs can take anywhere from a few seconds to an hour and the majority of the time, the run is in this state before it is completed. |
SUCCESS | A completed state which will successfully trigger a subsequent run. |
FAIL | A completed state which indiciates some error in syncing. Often times the error threshold has been passed and the user will have to manually restart the sync to active. |
SOURCE_FAILURE | A completed state which specifically indicates that our systems failed to connect to your database. This can be for various reasons from IP restrictions to API service failures. This error type will be automatically retried. |