This is related to aureq#25 where if it takes a very long time to execute the main loop the Lambda function will end and not all certificates would be renewed.
Since the context object provides clues when the function is about to end, a time with a call back could help trigger a new execution of our main loop and the processing would continue from there.
This is related to aureq#25 where if it takes a very long time to execute the main loop the Lambda function will end and not all certificates would be renewed.
Since the context object provides clues when the function is about to end, a time with a call back could help trigger a new execution of our main loop and the processing would continue from there.