Jose Juan Montiel
Jose Juan Montiel
github.com\panjf2000\gnet\[email protected]\engine.go //go:build linux || freebsd || dragonfly || darwin // +build linux freebsd dragonfly darwin To be notice "this is the problem" :) i'm not expert... by i'll read about...
Same here and validate that PR of @n10ty fix it
Need extra work to be notice: - Cherry-pick https://github.com/ajvb/kala/pull/245 in this PR - Upgrade linter (and the new improved suggested by it) - Upgrade circleci (some strange problem ... or...
Hi @tooolbox the test (with race detection) sometimes detect another (TestRemoteJobBadStatus need a lock on final test too) other doesn't... check this https://app.circleci.com/pipelines/github/josejuanmontiel/kala?branch=feature%2Fprevent%2Btest same commit c860372 , first fail... sencond...
> Everything looks good to me, barring the global mutex. I think you were going to change it to a per-job mutex, correct? I think it's not going to be...
@tooolbox what do you think... i can't do that this three test TestRemoteJobRunner TestRemoteJobBadStatus TestRemoteJobBadStatusSuccess works with the fix of the delete... and avoid race condition (that could be a...
done... let's talk :) (meanwhile i'll think a way to remove all locks but... for other PR)
This isn't a test or two commits :) only a logs that i stored from yesterday ./kala serve --jobdb=postgres --jobdb-address=localhost:5432/db?sslmode=disable --jobdb-username=postgres --jobdb-password=12345678 --persist-every=360 INFO[0247] Job backend::xxx:e9272252-1221-4e8c-5e65-be9c0420ce8f repeating in 9.587743219s INFO[0257]...
Hi, i think the test in #255 should do the trick to show the error hope this could be sufficient... @tooolbox
Hi @tooolbox now with lint errors in #255 resolved ... happy new year ;)