-
Some functions here need improvement, along with the corresponding calls to these functions: https://github.com/funcx-faas/funcx-web-service/blob/forwarder_rearch_update/funcx_web_service/authenticati…
-
Split the API and website so we can host them independently and make it easier to update. This involves a few things relating to the web service, website, SDK, and ops.
- [x] Add new CNAMEs for ap…
-
Launch funcx-endpoint following instructions here:
https://github.com/funcx-faas/funcX/tree/forwarder_rearch_1/funcx_sdk/funcx/tests
Part of the test campaign: #318
-
I try to share an endpoint (on macOS) by editing the endpoint's `config.py` file -- populating the `visible_to` field of `meta`.
```python
meta = {
"name": "REMOTE",
"description": "",
…
-
Currently if one submits a function that returns a tuple, it will convert the result to a list. For exmaple
```
def hello():
import platform
return (1,2,platform.uname())
```
the returne…
-
Launch funcx-endpoint following instructions here:
https://github.com/funcx-faas/funcX/tree/forwarder_rearch_1/funcx_sdk/funcx/tests
Part of the test campaign: #318
-
Launch funcx-endpoint following instructions here:
https://github.com/funcx-faas/funcX/tree/forwarder_rearch_1/funcx_sdk/funcx/tests
Part of the test campaign: #318
-
Launch funcx-endpoint following instructions here:
https://github.com/funcx-faas/funcX/tree/forwarder_rearch_1/funcx_sdk/funcx/tests
Part of the test campaign: #318
-
We can improve the ease-of-use of the Buttons feature ([see wiki here](https://ardupilot.org/copter/docs/common-buttons.html)) by allowing the user to directly select the function they want attached t…
-
Currently, there is no auth done to confirm that a user is authorized to retrieve the results of a particular task. The current design of the WebSocket service is to poll tasks and either time out or …