-
When an interchange tries to raise a ManagerLost exception, it exits with the following error.
```
funcx@funcx-endpoint-endpoint-6dd89bf756-dgwfq:~$ cat ~/.funcx/funcx-endpoint/interchange.stderr…
-
The latest release is raising a ConfigExists exception when running `funcx-endpoint configure` on a fresh machine.
> config dir already exsits
> Traceback (most recent call last):
> File "/hom…
-
## Pre-Release Checklist
Please edit the checklist if I've missed any items.
## Testing
- [x] Confirm Pypi packages are in place
- [x] Test with new package, from tests, notebooks and locally …
-
**TypeScript Version:** 3.0.0-dev.20180607 and 2.9.1
**Search Terms:** type inference generic constraint function callback accessor
**Code**
```ts
type GenericFunc = (x: TA) => TB;
c…
-
I have registered a function and try to run it as another user with uuid but failed, could someone give me some advice?
Thank you in advance,
1 from funcx.sdk.client import FuncXClient
2
…
-
Review comments posted in https://indico.cern.ch/event/948465/contributions/4324013/editing/paper
> Please find a link to CERNBox where the comments from the referee(s) of your paper can be found. …
-
Move the serializer service into its own repo, independent of the funcx-web repo
## Acceptance Criteria
1. funcx-serializer repo in the funkx organization
2. Source code is in a `funcx` module su…
-
Currently, funcx interchange sets the kill event to true when a manager has an incompatible version with the interchange. This kills the interchange and restarts a new one.
For funcx, each manager…
-
The issue is primarily due to the switch to parsl 1.0.0, which has an incompatible provider status interface with funcx strategy.
-
We need a scheduled test to periodically run a test function on the tutorial endpoint. We can add a new pytest to the sdk's tests that does this call and then create a new github actions workflow on a…