On 19 Mar 19:47, Cédric Krier wrote: > On 19 Mar 16:50, Axel Braun wrote: > > Am Mittwoch, 18. März 2015, 21:43:41 schrieb Cédric Krier: > > > On 17 Mar 14:58, Cédric Krier wrote: > > > > Hi, > > > > > > > > What do you thing about posting minor version bump of Tryton's packages > > > > to tryton-announce@ mailing list? > > > > We could use the service I created http://farmhouse.b2ck.com/ to ask the > > > > rss2email to send such email for each packages. It will just require to > > > > register every new packages (not so often 3-4 per 6 months). > > > > > > Done. So it should show up on the next release. > > > > ...at the moment it seems to rework all previous releases... > > Yes, I don't know what is happening. I run once rss2email with --no-send > option but it seems it still want to send them all but on a small bunch. > As far as there is no duplicate, I'm fine otherwise there is a bug > somewhere.
I think I found the issue, it is in farmhouse where I use Flask-Cache on gunicorn instance multithreaded but the Flask-Cache is not thread-safe for simple dict cache. I restart the service in mono-thread. There could still have some emails send if rss2email got a corrupted version before the fix. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
