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
Currently, the worker serializes plan parameters and includes them in WorkerEvents, which it publishes to the message bus.
This can present problems if the parameters are of complex types e.g. devices.
Two options that I can think of:
Exclude plan parameters from events
Find some way to have default serializes, if an object has a name, use that, otherwise serialize to "UNKNOWN" or similar
The text was updated successfully, but these errors were encountered:
Currently, the worker serializes plan parameters and includes them in
WorkerEvent
s, which it publishes to the message bus.This can present problems if the parameters are of complex types e.g. devices.
Two options that I can think of:
name
, use that, otherwise serialize to"UNKNOWN"
or similarThe text was updated successfully, but these errors were encountered: