Skip to content

set extended helps to find dynamic output discovery

eva mercier requested to merge metadata_strategy into preprod

Description :

Determines how metadata will be set. Valid values are directory, extended, directory_celery and extended_celery. In extended mode jobs will decide if a tool run failed, the object stores configuration is serialized and made available to the job and is used for writing output datasets to the object store as part of the job and dynamic output discovery (e.g. discovered datasets <discover_datasets>, unpopulated collections, etc) happens as part of the job. In directory_celery and extended_celery metadata will be set within a celery task.

Qu'en pensez vous de extended_celery ?

Merge request reports