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
Fixed casting issue in ExecutorConfig where opts.retry Map was incorrectly
cast to ExecutorRetryConfig, resulting in null value and subsequent NPE
when calling getReason(). Now properly instantiates ExecutorRetryConfig
from Map or creates default instance.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments