e2core
e2core copied to clipboard
Standardize result identifiers to use "atmo.fnresult" between Atmo, Sat, and Compute Controlplane
Atmo result messages are currently being sent across grav in a few different ways. Messages should use the "atmo.fnresult" constant to specify the message type and encode the rest of the runnable information with the existing sequence.FnResult type used in Sat and Atmo (in some places).
We don't want to do this anymore:
e.Send(grav.NewMsgWithParentID(fmt.Sprintf("local/%s", jobType), ctx.RequestID(), nil))