[11:17] ¡Muy buenos días a todos! [11:35] jam, hello! in which situations you're running flake8 yourself, in charmcraft? [11:35] morning facubatista [11:35] when I have a typo, I'd generally run flake8 again to make sure it is correct (eg, just that check) [11:36] that, and autopep8 runs whenever I save a file, which needs flake8 rules, though it only runs on the file that is modified [11:36] jam, which editor do you use? [11:36] it doesn't have integrated flake8? [11:37] jam, in any case, I +1ed your PR [11:38] Pycharm, it integrates via FileWatchers. It also gives warnings, etc built in. I'd still interact via the command line from time to time [11:39] thanks [11:40] jam, please remember my https://github.com/canonical/charmcraft/pull/93 [11:40] PR charmcraft#93: Store status [11:40] will do [13:20] * facubatista brb [13:34] * facubatista is back [18:19] Hey folks, I got my jenkins-agent charm working fine when I deploy only 1 unit, but if I scale up, it starts to deploy multiple replicasets and more units than requested. I don't know why that's happening and I'd like to know if anyone has an idea. [18:19] Another thing is that I'm using StoredState to save information, and that information is pertinent for a single unit. Because of that, I believe I need to set a different spec for each unit or maybe use secrets instead, but I'm not sure how to that.