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
There should be a new process that fires before the trigger handlers are started that scans postgres for datasets that have an import status of queued or in-progress.
For datasets that are in the queued status:
Check if an import ready file exists in MinIO.
If the import ready file does exist, fire an import event
If the import ready file does not exist:
mark the dataset as failed
write an import message indicating that the upload was lost due to unexpected service shutdown
For datasets that are in the in-progress status:
set them back to queued and fire an import event.
The text was updated successfully, but these errors were encountered:
There should be a new process that fires before the trigger handlers are started that scans postgres for datasets that have an import status of
queued
orin-progress
.For datasets that are in the
queued
status:Check if an import ready file exists in MinIO.
If the import ready file does exist, fire an import event
If the import ready file does not exist:
failed
For datasets that are in the
in-progress
status:queued
and fire an import event.The text was updated successfully, but these errors were encountered: