-
The example notebook is now very out of date and lacks any real information about what is happening. We should update this to provide some insight into how funcX is operating and what the user is doin…
-
Currently Redis needs to be periodically purged by hand, if anyone submits a large number of tasks and then abandons them.
This is a meta-issue, because I'm not sure what the proper specific action…
-
We want the containers to advertize available containers and slots to the interchange. This is required to allow the interchange to do smarter routing of tasks to managers.
This is a pre-req for #4…
-
(Atribuído a mim mesmo)
Da lista inicial abaixo obtida com [transspell](https://gitlab.com/fsfhu/fsfhu-scripts/blob/master/spellcheck/transspell), fazer o seguinte:
1- Terminar de filtrar os que…
-
A consistent naming scheme for the Plot* macros will allow the macros to be called if the function is known, simply by constructing the "Plot"+funcStr command. This will enable automatic plotting and …
-
We would like have finer-grained information about task lifecycles, mentioned [here](https://github.com/funcx-faas/funcx-web-service/issues/169). We would like to have the following states that a tas…
-
Add endpoints to determine which executors an endpoint should be starting to let DLHub models be served via funcX.
-
`funcx/sdk/client.py` doesn't correctly use `MalformedResponse`. It is neither imported from `funcx/errors.py` nor is it called correctly. This leads to an unhelpful `NameError` being thrown when an u…
-
If a manager is lost, we want any tasks that were running on it to be returned with a `ManagerLost` error. Testing locally, this doesn't appear to be the case currently. Here's the test I ran (running…
-
To accommodate several use cases (Automate, MERF, anything without the sdk) we need a mechanism to pass through and act on raw json inputs. The initial plan is to have a flag in the submission request…