forked from johnfonner/abaco-cli
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesttest pleaseNeed help validating a feature or fixNeed help validating a feature or fix
Milestone
Description
As of Abaco 1.3.0, Abaco has a new synchronous execution mode, where a POST to an actor's mailbox will block until a response is received or timeout occurs. The result of the execution is returned as the body of the response. If bytes have been sent to the actor's /result endpoint, those bytes are returned. If not, the execution logs are returned.
Support this in abaco run as follows:
- Add an
-xoption that specifies synchronous execution - Revise the message sending and response code to expect raw results in sync mode, no matter what the value of
-v (verbose)is.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttest pleaseNeed help validating a feature or fixNeed help validating a feature or fix