Julien Lavergne

Results 22 comments of Julien Lavergne

@RedViper9 Your configuration looks OK, but you are keeping up to 4 Pokemon of each name + 2 per family, which goes way over the 250 of your bag. Maybe...

Why is it an issue ?

Can still post the first minute of your log when you start the bot ?

> This should definitely work as expected; this part of the codebase hasn't been touched in a very long time; here's the attempted normalisation: Do you mean that the existing...

There is no advantages in sharing it. If executions of the operations happens in parallel on all hosts, and if those variables can be written to, then the result is...

> This is currently the expected behavior - data defined in the group files is shared (as in the variables themselves) Note that the end result will be different if...

Having a mutable storage per host would, in my opinion, cover all cases. 1. If you do not need to change this data, it does not matter whether it is...

Coming back on your example: > 1. Connect to all 4 servers in parallel > 2. For each server sequentially: > a. execute `deploy.py` with `host` set to that server...