Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ray / purelib / ray / dashboard / modules / log / log_consts.py
Size: Mime:
MIME_TYPES = {
    "text/plain": [".err", ".out", ".log"],
}

LOG_GRPC_ERROR = "log_grpc_status"
FILE_NOT_FOUND = "LOG_GRPC_ERROR: file_not_found"

# 10 seconds
GRPC_TIMEOUT = 10