WorkManager's PeriodicWorkRequest is executing once and not repeating
问题 I am trying to make use of WorkManager however I seem to be running into an issue where PeriodicSync is only repeated on startup once and that's it. I've looked at this post Is WorkManager's PeriodicWorkRequest really repeating for anyone? but there is no answer there. I am using the latest alpha build 10 as well. If someone could help, it would be greatly appreciated. I am still new to android but need to get this to work for a project. I haven't even tried using it with the code I want but