-
Move the SDK library code into its own repo, independent of the funcx-web repo
## Acceptance Criteria
1. Funcx repo in the funkx organization
2. Source code is in a `funcx` module subdirectory
…
-
Move the forwarder service into its own repo, independent of the funcx-web repo
## Acceptance Criteria
1. funcx-forwarder repo in the funcx organization
2. Source code is in a `funcx_forwarder` m…
-
The FuncX manager is supposed to send regular heartbeats. However, when there are many tasks being sent to the endpoint, the manager ends up doing a lot of work before checking whether it's time for t…
-
Move the endpoint service into its own repo, independent of the funcx-web repo
## Acceptance Criteria
1. funcx-endpoint repo in the funkx organization
2. Source code is in a `funcx` module subdir…
-
In some cases, the `run` method will return results when there is an error. For example, the DLHub service currently returns a string for internal errors, which we should either catch in the client or…
-
I met this error when I tried to deploy an endpoint on Theta. This error is related to typer.
```Traceback (most recent call last):
File "/home/zzli/anaconda3/envs/soft/bin/funcx-endpoint", line…
-
The email address funcx@googlegroups.com on https://github.com/funcx-faas is not valid.
Where do I go for help / questions on funcX?
--Steve
-
The interchange address is fixed to `localhost` in funcx. We could probably adopt the automatic address detection mechanism here
-
Pulling metadata from a validation queue looks like:
```
"\"{\\\"files\\\": [{\\\"path\\\": \\\"/MDF/mdf_connect/prod/data/h2o_13_v1-1/split_xyz_files/watergrid_60_HOH_180__0.7_rOH_1.8_vario_PBE0_…
-
Currently we have https://funcx.readthedocs.io/en/latest/ pointed at nothing. We should get started with:
- [ ] How to install
- [ ] How to start the endpoint in on-node style from #2