Anthony Scalisi

Results 82 comments of Anthony Scalisi

@ddollar any chance to take a look at this PR? Thank you in advance!

@NAR8789 thanks a lot for the workaround. Can you confirm that if you use `-e /dev/null` it doesn't just nullify the ENV variables all together? Meaning dotenv won't still work...

@NAR8789 thanks a lot for the help! Much appreciated 🙇

@ddollar any chance to get this merged?

The shell thing is to try to get around a limitation of flags. You can't pass without splitting something like: `-command='pull; git checkout mybranch'` The workaround is to revert to...

Updated the PR with `/bin/sh` by default. Let me know if you need more input in how I've used gitmirror in the past :godmode:

Thanks a lot for the feedback @dustin. So in our case, we actually can't use a mirror as we need a working dir (the actual files in the repo), so...

Oh right I see your approach, set up the mirror then `git clone` it locally. We tried this but I went with modifying Gitmirror (can't remember why). Thanks for feedback,...

No worries, very grateful for all your work as always 😄

UPDATE: I also tested with a proper Redis setup (meaning the Redis instances are reachable directly) and I noticed it takes a long time to failover on client side. Running...