Jim Fulton
Jim Fulton
I'm very confused. Is something actually defining `_p_repr` and is the problem that this isn't woring as expected?
Was this working and broke with some recent PR?
I'll play with this a bit today. Much thanks for your work on this BTW.
We're using sub-modules on a few projects. We haven't found them to be all that painful. OK, then I'll study how we're using tox so as to not break it...
Apologies for not finding time to check this yet. :(
So you're saying the wildly valuable feature I need is not provided? Can you see the value of using pq with other applications? Honestly, the main point is to integrate...
Imagine Plone using RelStorage and adding an item to a queue as part of a larger transaction.
OK, so it sounds like maybe it **is** a feature. :)
So, may I suggest a simpler approach and just let ``put`` work outside a queue provided context manager? That would be consistent with the current documentation, but would be backward...
FWIW, I see ``pq`` being used in a much more lightweight way that maybe you imagine. At least in web apps, connections are managed in pools and so application code...