-
Gladier explains what Clients and Tools are, but it doesn't show any usable code for people to create brand new ones. I think it would be especially useful to demo a snippet where a custom tool is use…
-
Create a couple of tutorials for the Gladier website. The example flows can be:
- [x] Analysis using a flow that does: transfer, funcx, transfer
- [ ] Publication using a flow that does: metadata, p…
-
I think it might be useful to point people towards the Jupyter notebook for running flows, and the funcx tutorial for registering and running functions. That way people can learn the 'magic' of Gladie…
-
_As a funcX function author I want the container service to operate asynchronously so I can get on with my work while the container builds_
## Assumptions
1. One or more worker threads to actually…
-
A flow management class will work much the same way the XPCS client and Kanzus client, except it won't contain any code for a specific flow or FuncX function. Rather, it will make sure the currently d…
-
Classical functions in FuncX look like this:
```
def my_function(data):
....
```
Where the Automate flow definition would look like this:
```
'Parameters': {
'tasks': [{'endpoint.$…
-
_As a funcX function author I want the container service to build a Dockerfile based on simple specifications_
## Assumptions
1. Will support the following repo2docker specifications
* environmen…
-
_As a funcX administrator I want the container service to persist container build requests so I can understand the types of containers being used by deployed functions_
## Assumptions
1. Will use …
-
The web service rejects function registration when specifying a group to share with. The following error is reported.
[2021-07-12 17:38:09,908] ERROR in funcx: Function ingest to search failed for …
-
# Problem
The endpoint helm chart creates a config that when launched reports:
```
File "/home/funcx/.funcx/pyhf/config.py", line 7, in
config = Config(
TypeError: __init__() got an unexpe…