We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef98b95 commit 774c75dCopy full SHA for 774c75d
runpod/serverless/__init__.py
@@ -11,7 +11,7 @@ def start(config):
11
'''
12
Starts the serverless worker.
13
14
- api_port = os.environ.get('RUNPOD_API_PORT', None)
+ api_port = os.environ.get('RUNPOD_REALTIME_PORT', None)
15
16
if api_port:
17
api_server = rp_fastapi.WorkerAPI()
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = runpod
3
-version = 0.7.6
+version = 0.8.0
4
description = Official Python library for RunPod API & SDK.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments