mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:46:43 +08:00
Fix push_error_to_driver_through_redis (#10848)
Co-authored-by: 刘宝 <po.lb@antfin.com>
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ def push_error_to_driver_through_redis(redis_client,
|
||||
pubsub_msg.id = job_id.binary()
|
||||
pubsub_msg.data = error_data
|
||||
redis_client.publish("ERROR_INFO:" + job_id.hex(),
|
||||
pubsub_msg.SerializeAsString())
|
||||
pubsub_msg.SerializeToString())
|
||||
|
||||
|
||||
def is_cython(obj):
|
||||
|
||||
Reference in New Issue
Block a user