Commit Graph
3 Commits
Author SHA1 Message Date
Tatyana KostromskayaandThomas Boop 1632e4a343 Support runner upgrade messages (#2231)
Co-authored-by: Thomas Boop <[email protected]>
2022-11-21 16:17:47 +01:00
Tatyana Kostromskaya bc67f99bae Add link to blog post to node 12 warn (#2156) 2022-09-26 17:05:29 +02:00
Tatyana Kostromskaya 9499f477a2 Add retry logic around getting job messages from broker (#1939)
* Jsut simple solution without additional funcs

* Delete old comment

* resolve

* Refactor retry function, make it more common

* Make retry function generic, get rid of extra params

* delete extra using

* Add cancellation token and limit of attempts

* Add some additional logging

* Rework condition

* replace to do..while

* return `while (true)` to simplify code structure

* Add other cancelling token, add TODO comment
2022-06-21 16:12:07 +02:00