I am using the task as shown below and used as a property to singleton class. ``` schedulerTask = Plan.every(0.5).do(queue: .global()) { doSomething() } ``` Which is resulting in this crash. <img width="1092" alt="Screenshot 2019-06-04 at 10 47 46 AM" src="https://user-images.githubusercontent.com/22613154/58852993-4d444380-86b6-11e9-8be4-47e5eb45b568.png">
I am using the task as shown below and used as a property to singleton class.
Which is resulting in this crash.
