"""Logic related to the metadata queue.""" # from product_workflow import config # from product_workflow.connectors import fargate def process(): """Call the Fargate task to process metadata updates.""" # Disabled by CCM-1650 # fargate.run_task(f'{config.ENVIRONMENT}-generate-meta-update-eo') pass