Closed sumgr0 closed 1 year ago
Change the runtime_timeout:
in ~/.lithops/config
I believe lambdas can run for up to 15 minutes.
I have mine set as following:
runtime_memory: 512
runtime_timeout: 500
I tried doing the change in the ~/.lithops/config
Then ran: lithops runtime deploy shadowclone --memory 512 --timeout 500
but still getting this message...
What am I missing?
can you post the logs from /tmp/lithops-root/logs/620191-8-M000.log
Here is the snippet as it contains the data, which I'm not sure if it should be shared here:
2023-05-30 13:27:37,085 [INFO] jobrunner.py:239 -- Success function execution
2023-05-30 13:27:37,085 [INFO] jobrunner.py:306 -- Storing function result - Size: 33.4KiB
2023-05-30 13:27:37,208 [INFO] jobrunner.py:311 -- Process finished
]
I had this same problem today, I increased the --timeout 500 and redeployed. In this case I did it twice with timeout 350 and timeout 500 to work.
I was finally able to run the tasks using the timeout to 500.
Thanks for your help @Vanderlansantos @lc
Python 3.9.16 The test input file contained only 100000 lines.