William Fry
William Fry
This now works when I set `use_queues` to `False`. However, I now get the following two errors: ``` TypeError: ('__init__() takes exactly 3 arguments (2 given)', , (u'An error occurred...
Solved this issue by using this repo: https://github.com/jruere/multiprocessing-logging, which was spun out of this post: http://stackoverflow.com/questions/641420/how-should-i-log-while-using-multiprocessing-in-python. All it resulted in was importing multiprocessing_logging and then adding `multiprocessing_logging.install_mp_handler(logger)`
@Michels10 still not working for me :/
@jens-ids, this is similar to the solution I've put in place as of late. It drops any scale-down alarms and places a `shutdown -h now` at the end of the...
@jens-ids, one issue that I've found is that if you shutdown or terminate the instance manually. This still doesn't change the desired number of instances, which leads to another one...