Skip to content

Commit c0222a7

Browse files
committed
Update core.py
1 parent 0fa2630 commit c0222a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runpod/serverless/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def finish_stream(self, job_id: str) -> bool:
170170

171171

172172
# -------------------------------- Process Job ------------------------------- #
173-
def _process_job(handler: Callable, job: Dict[str, Any]) -> Dict[str, Any]:
173+
async def _process_job(handler: Callable, job: Dict[str, Any]) -> Dict[str, Any]:
174174
""" Process a single job. """
175175
hook = Hook()
176176

0 commit comments

Comments
 (0)