sat
sat copied to clipboard
Tiny & fast WebAssembly edge compute server
This came up as part of trying to solve #71 . The test itself passes, but when it's time to tear down constd, it's not happening. Thus began my deep...
In order to remove dependencies from the host machine and leave with only docker, there's a docker image available called toolbelt here: https://github.com/suborbital/toolbelt The aim of this issue is to...
We recently added the hardcoded `ATMO_HEADLESS=true` env var when launching Atmo-proxy, but this should be configurable (either with a `CONSTD_HEADLESS` env var or a `--headless` flag). The setting should translate...
Currently, Sat isn't able to use all of the Runnable capabilities on its own without help from an AppSource.
Currently, Sat is limited to returning status 200 for all successful responses. You can only set custom status codes for error responses. I'm not sure what even happens if you...
This is more of a question than a comment. In the current codebase we use `runtime.NumCPU`, which is a fairly manual way of deciding on threads. Go makes much the...
Constd should have a `CONSTD_MIN_INSTANCES` option which defaults to 1, but can be set to 0. Setting this option to 0 would cause Constd to start up, but not launch...
Constd should be responsible for running Schedules by meshing with the appropriate Sats.
Whatever is decided in https://github.com/suborbital/subo/issues/143 should be done here.