3meters / patchr-ios

Next incarnation of Patchr for iOS
1 stars 0 forks source link

Make sure orphaned tasks do not get re-executed #71

Closed Jaymassena closed 7 years ago

Jaymassena commented 7 years ago

Make sure that status == "waiting" otherwise to not start executing the task.

Jaymassena commented 7 years ago

Tasks do not get executed unless status == waiting. Tasks also cannot be created unless status == waiting.