Files
crewAI/tests
Lucas Gomide ea52e6fc8f fix: prevent crash when event handler raises exception
Previously, if a registered event handler raised an exception during execution,
it could crash the entire application or interrupt the event dispatch process.
This change wraps handler execution in a try/except block within the `emit` method,
ensuring that exceptions are caught and logged without affecting other handlers or flow.

This improves the resilience of the event bus, especially when handling third-party
or temporary listeners.
2025-04-30 13:43:51 -03:00
..
2025-04-30 13:20:18 -03:00
2025-04-30 13:20:18 -03:00
2025-03-14 03:00:30 -03:00
2023-10-29 19:51:59 -03:00
2025-04-25 09:34:00 -04:00