supervisorctl module

For those who use this module I was wondering if you could give some
feedback on this open issue
https://github.com/ansible/ansible/issues/4707 ?

In general, I've been having a lot of problems with supervisor due to
this issue - https://github.com/Supervisor/supervisor/issues/48

Where failures can be unpredictable depending on whether restarts and
service restarts happen right after each other. I think moving away
from service restarts of supervisord is the way to go and instead let
the module restart supervisord when a parameter is set and make sure
its fully up before starting services.

Is anyone else running into similar problems?

-John