Skip to content

Commit b65861c

Browse files
Instance
1 parent e1d5972 commit b65861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lithops/standalone/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def run_wsgi():
251251
# Start the consumer threads
252252
worker_processes = standalone_config[standalone_config['backend']]['worker_processes']
253253
worker_processes = CPU_COUNT if worker_processes == 'AUTO' else worker_processes
254-
logger.info(f"Starting Worker - Instace type: {worker_data['instance_type']} - Runtime "
254+
logger.info(f"Starting Worker - Instance type: {worker_data['instance_type']} - Runtime "
255255
f"name: {standalone_config['runtime']} - Worker processes: {worker_processes}")
256256

257257
# Create a ThreadPoolExecutor for cosnuming tasks

0 commit comments

Comments
 (0)