Saves intermediate writes associated with a checkpoint to the MongoDB database.
putWrites(
config: RunnableConfig,
writes: PendingWrite[],
taskId: string
): Promise<void>| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | |
writes* | PendingWrite[] | |
taskId* | string |