xtracthub / xtract-service

Globus Labs Xtract: Extract metadata from distributed data sets.
6 stars 1 forks source link

configure_ep -- check status of endpoint prior to configuration #63

Open jvsr1 opened 3 years ago

jvsr1 commented 3 years ago

Verify that an endpoint is online before actually configuring it. This can be done by calling for the endpoint status function.

endpoint_status = fxc.get_endpoint_status(funcx_eid)
endpoint_status = json.dumps(endpoint_status, indent=4)