gradle-aem-plugin icon indicating copy to clipboard operation
gradle-aem-plugin copied to clipboard

Kotlin Coroutine dies intermittently

Open pun-ky opened this issue 2 years ago • 1 comments

image

I implemented protection wrapper code around it to have at least error reporting but still this situation should not happen. The only idea I have to fix it is to get rid of coroutines as they are not needed probably in GAP, the work started already here: https://github.com/wttech/gradle-common-plugin/pull/4

on screenshot , instance was started but coroutine-based ChecksRunner is not running properly note that this situation I spotted only few times within last years. just rerunning task works as desired.

pun-ky avatar Apr 08 '22 11:04 pun-ky

added more strict exception handling so that now whenever situation will happen there will be a error info printed to the console

krystian-panek-vmltech avatar Nov 21 '22 12:11 krystian-panek-vmltech