abaco
abaco copied to clipboard
Actor Based Co(mputing)ntainers
When an error is encountered creating an actor, `statusMessage` is populated with informative detail as to what might have caused the issue. Here's an example: ``` "statusMessage": "Unable to start...
Our tagged releases aren't being propagated to Zenodo, possibly because they are not Github releases.
Here's an example callback used in some ongoing work that leverages Abaco, where actor `EEDKw7NAr4E0x` can accept this message and use it to set a value for a variable `shorthash`in...
For actors designed to receive JSON messages (a good majority of the current crop), it is difficult to know the format of a valid message. The `sd2e` tenant has adopted...
Related to the bespoke logging solution described in #51, the implementers also included log redaction of any environment variables set when the actor was deployed. This helps ensures the safety...
I propose including the short hash for the deployed container in the `/actors` response to help validate that the correct image is deployed. In theory the `org/image:tag|hash` should be good...