| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-01 | all: refactoring HTTP endpoint for Execute | Shulhan | |
| Previously, the Execute endpoint wait for command execution to finish. In case the command takes longer than proxy or server write timeout, it will return with an timeout error to client. In this changes, we generate an execution ID for each request and return it immediately. The next commit will implement HTTP endpoint to fetch the latest status and/or output by execution ID. References: https://todo.sr.ht/~shulhan/awwan/5 | |||
