Skip to content

Configurable Import and Pre Import Timeout

Context

Currently, repository imports and pre imports are hard-coded to timeout after 30 seconds.

Problem

It's likely that we'll want to adjust this value easily in the future and independently adjust the value for imports and pre imports, as pre imports are expected to run significantly longer than imports. Additionally, 30 seconds is likely too short for either operation.

Solution

Expose a configuration option for import and pre import timeout in the registry config and pass it to the import hander