You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If extracts stop for an hour, a concurrent load will exit with a ETLRuntimeError, regardless of whether the relations it is waiting on extracts for are required.
The text was updated successfully, but these errors were encountered:
The first approach here would be to have "failure" events sent into the load queue, leaving it up to the load workers to discover whether the relation is required or not.
The concurrent load bears some refactoring with the monitor package. An idea here is that this pseudo-event of a failed extract (= failed due to timeout) is added to the queue where the monitor querier is the producer and the concurrent load is the consumer.
If extracts stop for an hour, a concurrent load will exit with a
ETLRuntimeError
, regardless of whether the relations it is waiting on extracts for are required.The text was updated successfully, but these errors were encountered: