Files
crawlab/core
Marvin Zhang 3cb74d76f9 feat: enhance gRPC client functionality and improve logging
- Added WaitForReady method to GrpcClient for blocking until the client is ready.
- Updated WorkerService to utilize WaitForReady for ensuring gRPC client readiness before starting.
- Refactored ModelService to consistently use GetGrpcClient for context management.
- Changed logging level for received metrics in MetricServiceServer from Info to Debug.
- Modified error handling in HandleError to conditionally print errors based on the environment.
- Cleaned up unused GrpcClient references in various services, improving code clarity.
2024-12-20 20:34:04 +08:00
..
2024-06-14 15:42:50 +08:00
2024-11-24 23:14:26 +08:00
2024-11-05 11:15:27 +08:00
2024-11-19 17:40:44 +08:00
2024-12-11 20:05:03 +08:00
2024-06-14 15:42:50 +08:00
2024-11-24 23:14:26 +08:00
2024-11-01 15:19:48 +08:00
2024-06-14 16:37:48 +08:00
2024-11-18 16:48:09 +08:00
2024-11-19 15:53:40 +08:00
2024-11-16 11:15:36 +08:00
2024-06-14 15:42:50 +08:00
2024-06-14 15:42:50 +08:00
2024-10-20 18:55:02 +08:00
2024-12-20 12:00:14 +08:00
2024-12-20 12:00:14 +08:00
2024-06-14 15:42:50 +08:00
2024-10-29 12:59:45 +08:00
2024-06-14 15:42:50 +08:00

crawlab-core

Backend core modules for Crawlab