pgsink icon indicating copy to clipboard operation
pgsink copied to clipboard

Materialise run due at onto import_jobs whenever they fail

Open lawrencejones opened this issue 4 years ago • 0 comments

https://github.com/lawrencejones/pgsink/pull/161 implements exponential backoff, but it does it through projecting variables into a Postgres query.

Pros:

  • Retry configuration can be adjusted without updating database records, just by changing a flag Cons:
  • Difficult to see when a job is due to be retried via psql

It's fine for now, but I think we'll want to model this differently if we end up building a UI around this.

lawrencejones avatar Jan 10 '21 22:01 lawrencejones