<LnL>
now question why the hell is rabbitmq restarting during deploy
<LnL>
what's that?
<gchristensen>
"in memory 2"
<LnL>
ah
<gchristensen>
LnL: mind connecting your builder?
<LnL>
should be coming back up
<gchristensen>
I'm not seeing it up
<LnL>
vm freaked out a bit
<gchristensen>
okay
<gchristensen>
one problem LnL is your builder is accepting all the builds
<gchristensen>
it has an undefined prefetch count
<gchristensen>
but it should be set to 1
<LnL>
yeah, looking into that
<gchristensen>
cool
<cole-h>
If I'm understanding all this genius-speak: setting prefetch count to 1 should make the builder only do 1 at a time again?
<LnL>
yeah currently it accepts all jobs in the background and then works on them one by one
<gchristensen>
yeah
<gchristensen>
if you're seeing 1,000 msg/sec it is more efficient to do it that way
<cole-h>
So technically waiting for 1x1, but doesn't advertise to the queue that it's waiting (and therefore accepts all jobs)
<cole-h>
1x1 -> builds to come in one by one
<LnL>
about the queue, how come logs don't disappear? or do they also didn't check
<LnL>
yeah, they're still there
<cole-h>
Been seeing a lot of PRs go unnoticed by borg due to "bad credentials" errors recently. Is there a way to maybe make token generation more aggressive/frequent?
<LnL>
or requeue with exponential backoff
<LnL>
what happens now?
<cole-h>
Logged error and silence o n the actual PR
orivej has quit [Ping timeout: 246 seconds]
<{^_^}>
[ofborg] @LnL7 opened pull request #477 → limit prefetch count to one for lapin channels → https://git.io/JfOZ9
<{^_^}>
[ofborg] @LnL7 opened pull request #478 → make messages persistent → https://git.io/JfOnX
<LnL>
^ that should work, but I'd like to know why the logs don't seem to need it
<cole-h>
LnL: Looks like your fmt hook didn't work :P
<cole-h>
Pedantry check is angery
<LnL>
yeah no can't really do that
<LnL>
would mean you can't commit anything with upstaged changes
<LnL>
I have <Leader>f but don't really like having my editor automatically mess with stuff on write
<srk>
nnoremap <Leader>q :wqa<CR>
<srk>
can recommend nnoremap <Leader><Leader> :wa<CR>
<srk>
:)
<srk>
and mapped to spacebar :D
<LnL>
double space is C-^ for me
<LnL>
and q :cclose<CR> :lclose<CR> :pclose<CR>
<srk>
hmm, what is C-^?
<LnL>
last buffer
<{^_^}>
[ofborg] @grahamc merged pull request #477 → limit prefetch count to one for lapin channels → https://git.io/JfOZ9