Hi i am using WorkManager with UniqueWork. I have ...
# android
m
Hi i am using WorkManager with UniqueWork. I have this use case: my UniqueWork was delayed by server error 500 and the work is scheduled by backoff policy and I would like know if is possible to force UniqueWork to fire immediately? Thanks for answers 🙂