Pavel Kravchenko

Results 2 comments of Pavel Kravchenko

Hello @sergii-mamedov, is it a full stacktrace? No other traces from code_engine level? regarding [connection_retries ](https://github.com/lithops-cloud/lithops/blob/master/docs/source/compute_config/code_engine.md#summary-of-configuration-keys-for-job-api) - yes, you need to specify in the config file retries number, e.g. 10....

@sergii-mamedov Can you please either change lithops logging level to **DEBUG** or modify this line in your code to write warning level logs. https://github.com/kpavel/lithops/blob/fa8067d5dbd1429eebedd58513f34b14cfd4b14e/lithops/serverless/backends/code_engine/code_engine.py#L57 E.g. ``` logger.warning("Encountered conflict error {},...