It is useful to have an ability to stop worker processing. Example: - worker handles payload: `'{"data": [1,2,3]}'` - there is an error in code so only first element of array is handling - developer can stop worker, fix bug and start it again