Skip to main content

load_postgres_extraction_backfill

Function load_postgres_extraction_backfill 

Source
pub async fn load_postgres_extraction_backfill(
    pool: &PgPool,
    run_id: &str,
) -> Result<Option<ExtractionBackfillRun>, ExtractionBackfillError>
Expand description

Reload the last transactionally committed run after process restart or a lost client response.