Curious about work-manager, if i have a class that uses a coroutine worker to do something and wait for a result, what happens if that something is done 24 hours later, does that original class get a callback? (or the suspend equivalent) does that class stick around? what happens in the case of process death?
g
gildor
02/15/2024, 5:22 AM
Work manager always restart job again if previous failed (depends on you config)
gildor
02/15/2024, 5:22 AM
Potentially nothing prevents you from do job 24 hours (except system and work manager itself), but it has chance to be cancelled/killed