Curious about work-manager, if i have a class that...
# android
s
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
Work manager always restart job again if previous failed (depends on you config)
Potentially nothing prevents you from do job 24 hours (except system and work manager itself), but it has chance to be cancelled/killed