Mike Widman

Results 7 comments of Mike Widman

I have a process that uses a queue and 20 worker threads to take information from a no-sql database, process it, and then pass it into a queue where 10...

The 10 threads are working more or less continuously as far as I know. I am not sure that this depends on a certain time of day or night but...

Moving back to pyrax v1.4.7 with swiftclient 1.5.0.8 seems to have removed the issue so I wonder if this may be due to code modified in 1.4.8 or 1.4.9 for...

Just tried with Pyrax 1.4.10 with Swiftclient 1.5.0.9 and still received the same error: `AttributeError: 'NoneType' object has not attribute in 'recv'`

Ok, it seems the performance issue may just be a result of grabbing large amounts of data elsewhere in the code: We grab cloud files at the beginning of our...

Just to chime in: In an attempt to workaround my other listed bug (https://github.com/rackspace/pyrax/issues/117) in 1.4.6, I attempted to always do the following in before grabbing the objects that I...

I don't want to confuse the issue but mine was being used in multithreading. I actually haven't seen the issue for a week or so on 1.4.7 so the exception...