This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sebastian.Kreft.Deezer
Recipients Sebastian.Kreft.Deezer, bquinlan, glangford, mark.dickinson, pitrou, python-dev, sbt, tim.peters, vstinner
Date 2014-06-05.08:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401956659.38.0.603938676718.issue20319@psf.upfronthosting.co.za>
In-reply-to
Content
The Executor is still working (but I'm using a ThreadPoolExcutor). I can dynamically change the number of max tasks allowed, which successfully fires the new tasks.

After 2 days running, five tasks are in this weird state.

I will change the code as suggested and post my results.
History
Date User Action Args
2014-06-05 08:24:19Sebastian.Kreft.Deezersetrecipients: + Sebastian.Kreft.Deezer, tim.peters, bquinlan, mark.dickinson, pitrou, vstinner, python-dev, sbt, glangford
2014-06-05 08:24:19Sebastian.Kreft.Deezersetmessageid: <1401956659.38.0.603938676718.issue20319@psf.upfronthosting.co.za>
2014-06-05 08:24:19Sebastian.Kreft.Deezerlinkissue20319 messages
2014-06-05 08:24:19Sebastian.Kreft.Deezercreate