Jeremy Cline

Results 100 comments of Jeremy Cline

I feel I should also address why I am dubious of implementing the same "fedmsg.tail_messages" API: * Halting gracefully. How are you going to handle that? Your service _will_ get...

The header should always match the instance's severity. Right now if you construct it without a severity and then set it, though, it won't get reset on the header. One...

So after a lot of staring at the backtrace and the code, I believe what's happening is ``publish`` is being called in the composer consumer, but no exceptions are being...

I'd like to keep this open to track not leaving stale connections open in the publish code. The reason I originally kept the connection around is making a new TLS...

Typically we use Sphinx for docs, but datagrepper is doing a weird thing: it has some RST files inside the Python package and pre-renders them to HTML: https://github.com/fedora-infra/datagrepper/blob/5a47f52703662309bbfd796f421bba9f1ce7dbab/datagrepper/app.py#L139 then serves...

There is not (as far as I know). I went ahead and set up a project on RTD, though: https://readthedocs.org/projects/datagrepper/. What's your RTD username? I can add you to the...

@jflory7 Done, you should be able to do whatever you want for the RTD project. If you have questions or need any help, just let me know.

It seems really wrong for the service to dump tracebacks to users in production so I'd say that's probably a bug. I didn't even realize datagrepper was using fedmsg meta...

Hey @alxpl, I responded to your fedmsg issue, but the short version here is that it's expected that messages will occasionally get lost. That's not to say messages can't get...

Yeah, I think I can speak for everyone when I say we really appreciate bug reports. Thanks!