You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
1. setup the mariner-server to listen for API requests
2. run a workflow
usage:
- to setup the mariner server: `mariner listen`
- to run a workflow: `mariner run $RUN_ID`
(runs workflow in /engine-workspace/workflowRuns/{runID}/request.json, which is s3://workflow-engine-garvin/userID/workflow-run-timestamp/request.json)
*/
func main() {
switch os.Args[1] {
case "listen":
mariner.RunServer() // should this function return an error?