-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Is it possible to send a c_cancel, e.g., to gracefully interrupt the move of a series?
cnt = 1
async for instance_ds in local.retrieve(
remote,
query_res=QueryResult(QueryLevel.SERIES, data_sets=[query_dataset]),
report=retrieve_report
):
# process image
cnt += 1
if cnt == 15:
# cancel moveMetadata
Metadata
Assignees
Labels
No labels