Andrey Shpak

Results 61 comments of Andrey Shpak

You can always change this value in defaults or in host settings, but let's be real how many virtual pc's are with 4 cores (current config) inside on deploy? And...

You need to create meta directory inside yours role. Inside this directory you need to create main.yml file. More info in docs: http://docs.ansible.com/ansible/playbooks_roles.html#role-dependencies I think this ticket can be closed.

This is not a problem, I will do at the end of the week if my schedule will be free. Please do not close this ticket.

@vutran1710 #53 is only part of problem. I have an idea how to fix it, but currently I implemented only #53 in #56 as it will be required to complete...

@vutran1710 I am thinking about lua too as an option. Currently I am locally playing with just RedisBucket extension: ```python def get_time(self): conn = self.get_connection() seconds, microseconds = conn.time() return...

@vutran1710 That's why I do not include it to current PR. Thinking on this too.

@vutran1710 Today's runs show that #56 + mentioned time approach is enough for my purposes with 300 req/min and will work for me. I just set 290 for own protection....