Conversation:
Notices
-
I should probably write a way to manage the hub subscriptions from the admin panel. There can be appreciable slowdowns if you run into instances that are no longer responsive, because if they are DROPing packets or just dead air then you have to wait for the TCP timeout before moving onto the next hubout.
I will probably make this part of the admin panel when I redesign it following the render code rewrite.
-
As is my current workflow is examining the logs, finding hubouts failing with 404s and the like, going into phpMyAdmin or the CLI, dropping those subs, repeat occasionally.
Seems like something we could make easier than we do.