kevin.cianfarini
05/22/2020, 6:18 PMCoroutineScope that automatically restarts jobs that have failed? Maybe with exponential backoff?kevin.cianfarini
05/22/2020, 6:19 PMsupervisorScope doesn't quite get me there, but is a good starting pointZach Klippenstein (he/him) [MOD]
05/22/2020, 6:19 PMCoroutineScope can perform that kind of funtionality. Job isn’t restartable.kevin.cianfarini
05/22/2020, 6:20 PMkevin.cianfarini
05/22/2020, 6:20 PMkevin.cianfarini
05/22/2020, 6:23 PMCoroutineWorker as part of workmanager, I want to start several Flows that listen from different TCP connections for data/events.
If one of those TCP connections loses connection, I'd like to be able to reconnect with exponential backoff.kevin.cianfarini
05/22/2020, 6:23 PMoctylFractal
05/22/2020, 6:28 PMFlow do the retry? that's what it's designed forkevin.cianfarini
05/22/2020, 6:30 PMuli
05/22/2020, 6:51 PMuli
05/22/2020, 6:53 PM