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 e1d5972 commit b65861cCopy full SHA for b65861c
lithops/standalone/worker.py
@@ -251,7 +251,7 @@ def run_wsgi():
251
# Start the consumer threads
252
worker_processes = standalone_config[standalone_config['backend']]['worker_processes']
253
worker_processes = CPU_COUNT if worker_processes == 'AUTO' else worker_processes
254
- logger.info(f"Starting Worker - Instace type: {worker_data['instance_type']} - Runtime "
+ logger.info(f"Starting Worker - Instance type: {worker_data['instance_type']} - Runtime "
255
f"name: {standalone_config['runtime']} - Worker processes: {worker_processes}")
256
257
# Create a ThreadPoolExecutor for cosnuming tasks
0 commit comments