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
Kingfisher Collect increments kingfisher_process_expected_files_count for both File and FileError. Let's say only FileError's are sent.
Kingfisher Process creates a CollectionFile for FileError's. It creates a note, but otherwise it doesn't create any further rows.
Kingfisher Process's compilable function would return True if expected_files_count were 0. As it's not, it then checks the collection's data_type. Since only FileError's were received, the data_type isn't set, so it returns False.
I'll leave #29 open for longer term quality assurance.
Presently, if Collect yields only errors, then Process never finishes.
I'll have a look at Process to see if it can finish despite receiving no workable data (might be in "completable" function).
That said, once all tasks are complete, the job status should be failed.
The text was updated successfully, but these errors were encountered: