androidx-worker

AndroidX Work Library is canceling operations, seemingly without reason

旧城冷巷雨未停 提交于 2019-12-13 03:47:52
问题 I am working with the AndroidX Work Dependency to try and run some background service operations. I am currently running the most recent stable version, 2.2.0 as of posting this question. The actual operation I am running in the background is a fairly heavy-CPU operation as it is using some compression code in one of my libraries (here) and can take anywhere from 3-30 minutes depending on the size and length of the video in question. Here is the code I have that builds and runs the work