Walt Jones

Results 153 comments of Walt Jones

I've still been concerned about situations where `scopes` grows unchecked. (Or if it's always popped during __exit__ then information is lost.) Thoughts on the suggestions here? https://gist.github.com/waltjones/3ffac7e966528c2963739814bb596d01

@ajtran I had thought `exc_value` was a copy, but if `exc_value._rollbar_tags = []` works then it must not be. Great news though, as all the other stuff was just working...

If I understand correctly, the idea is to apply the limits from the locals config dictionary during capture of the locals objects rather than later. > I'd like to add...

Thanks for the nudge. @nicku33 There are not other naming standards to follow. I prefer maxdepth, assuming maxlevel isn't already being used for this. (When I reviewed I didn't see...

Are people still actively working on this, and is there updated status? I noticed it is listed as 'in progress' on the public roadmap. https://solidus.io/roadmap/ Thanks for any update.

Makes sense, and thanks for the response.

@timlesallen It could be that the OS limit for file descriptors needs to be set higher. For context, what is the current limit when you hit this issue? (Using `ulimit...

Yes I agree, reusing the socket would be best practice and better performance. That said, I did some testing today with bursts of traffic and wasn't able to get any...

Hi @v-kumar I expect to be looking at Rollbar-gem issues/PRs around the week of May 25. Apologies for the delay.

@v-kumar Not yet. When I get the next https://github.com/rollbar/rollbar-sf-apex release out, rollbar-gem is next on my list. Running a little later than I forecast.