Conversation:
Notices
-
@takeshitakenji The retries interval is zero by default, so it doesn't do it unless you tell it to. Personally, I set it to three on my instance.
This is my config.php line:
$config['ostatus']['hub_retries'] = 3;
-
I wish the suggestions I had for @takeshitakenji were more helpful than they seem to have been :(
-
@takeshitakenji I will look into those problems for sure once the render code is done but to be honest I imagine I'll end up doing the same thing I'm doing with the rendering engine - which is to say, throw the existing stuff out and start from scratch.
-
@takeshitakenji If you're having problems you can turn that down though, assuming you've it set.
-
@takeshitakenji One thing I should probably do is make the retries only work on dropped or error state connections and not straight up REJECTed connections. That would reduce it somewhat.
And maybe not retry on 404 errors since that would indicate the instance's callback point isn't there anymore.