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 d6b7580 commit 9d78e49Copy full SHA for 9d78e49
scripts/create-new-release-notes.main.kts
@@ -165,6 +165,7 @@ fun main() = runBlocking {
165
.onStart { println("Downloading items started...") }
166
.map(::toLink)
167
// Make toDocument and tryTo suspendable and use delay in tryTo?
168
+ // See https://stackoverflow.com/a/46890009
169
.map(::toDocument)
170
// .catch { }
171
// NOTE that retry will start the whole flow over again.
0 commit comments