It seems that if Lightning rejects an event like step:complete, the worker doesn't do anything with it.
We need to add some logic here.
What should we do?
- if we continue to send other events, lightning will just reject them
- so maybe better to send an error event and just abort the run - mark it with Exception
It seems that if Lightning rejects an event like
step:complete, the worker doesn't do anything with it.We need to add some logic here.
What should we do?