It seems like tasks can get stuck and prevent a user from re-trying. This has been observed multiple times on the WA push and WA pull tasks. Updating the task database with the following command fixes the issue: update task set complete=1 where complete!=1;