-
There is a bug that allows registration of an endpoint uuid owned by someone else. The Auth check fails and the endpoint uuid is set to None, but the web service still communicates with the forwarder …
-
As a developer, I'd like to have access to the results as soon as ServiceX has put them in `minio`.
## Assumptions
1. The query/request to ServiceX is the same as if waiting for a a list of file…
-
Currently, if a task is submitted to a non-existent endpoint, you get the generic `GlobusAPIError` :
```
> raise self.error_class(r)
E globus_sdk.exc.GlobusAPIError: (500, 'Error', '\n5…
-
-
- `pip install funcx` installs the sdk
- `pip install funcx-endpoint` installs the endpoint (which depends on the sdk) so you get both
- We will try to use PEP420 (Implicit package namespaces) t…
-
# Problem
PR #256 - removed the top level `__init__.py` files in the funcx_sdk and funcx_endpoint directories. It turns out this is a bad idea
-
**Calling slice with opacity resets scalar bar:**
I'm creating a plot with both opacity values and color and slice sliders.
When `opacity=False`, meaning slices are plotted with an opacity value…
-
Either function from the transfer module hangs.
This keeps me from transferring files between BLT. It is unclear if this issue is with funcx or with our code.
To reproduce, try running an uplo…
-
We do not yet implement the get_batch_result() functionality on the SDK. Instead, we have get_batch_status. This is now out of date as the get_batch_status function returns the results. We should reso…
-
It would be nice to be able to cleanup endpoints using the CLI with a "remove" command. This would ensure the endpoint is stopped and delete the directory associated with it.