- Updated ROUTE_RETRY_MAX_ATTEMPTS from 20 to 2 and ROUTE_RETRY_MAX_DELAY_MS from 30s to 5s.
- Modified PendingRouteQuery to include bizKey for better route query management.
- Enhanced methods to check and mark routes as retrieved using bizKey.
- Adjusted route query methods to handle bizKey, ensuring proper caching and retrieval.
- Cleaned up redundant code and improved logging for better traceability.
- Added a new section in the documentation for the restart process of the application.