CheckMadeOrga / CheckMade

B2B Workflow ChatBot for LiveEvents
Other
0 stars 0 forks source link

In OutputSender, replace crash with graceful handling when lack of RoleBinding #220

Open dgor82 opened 2 months ago

dgor82 commented 2 months ago

When no RoleBinding, don't crash hard in OutputSender, instead just Log a warning or ignore. It could be that someone Logged out just in the moment after LogicalPorts were created but before outputSender ran its course! Because this is a possibility (however remote it is), this shouldn't crash, because crashing means that other following Outputs don't reach their recipient (which they should!).