javierm on budget_phases
Extract method to get a budget … Change budget phases design Remove summary in phases form … and 14 more (compare)
ConsulBot on i18n_master
New translations admin.yml (Swe… (compare)
ConsulBot on i18n_master
New translations general.yml (S… (compare)
Senen on elasticbeanstalk-al2
Connect paperclip with AWS S3 s… Install the correct `bundler` v… Add hooks to load environment v… and 9 more (compare)
ConsulBot on i18n_master
New translations legislation.ym… (compare)
ConsulBot on i18n_master
New translations activerecord.y… (compare)
javierm on budget_phases
Extract budget phases to a comp… Extract method to check the cur… Change budget phases design and 14 more (compare)
ConsulBot on i18n_master
New translations sdg.yml (Roman… (compare)
ConsulBot on i18n_master
New translations sdg.yml (Roman… (compare)
ConsulBot on i18n_master
New translations sdg.yml (Roman… (compare)
i am trying to extablish a lock from 2 process(each process from a differt pod). In first trail, 1 process(assume p1 process got the lock) is getting the lock succesfully. But when i try to kill & start the p1 process, the lock is not getting shiffting to the other process(p2) provided the p2 tries for every 5s. Niether process is getting the lock.
But in log i try to see the error as 'already started' in the both the process logs. When i check for the consul process in ps-ef , vain.
And if i try to stop the 2 process and start againg simatanouly, either one will get the lock and flaw goes again.
commad used "/tmp/consul lock -timeout 5s t1 " while :; do sleep 10; done"" FYI, i am tring in golang exec package as
cmd := "/tmp/consul lock -timeout 5s t1 \" while :; do sleep 10; done\""
aa := exec.Command("/bin/sh", "-c", cmd)
Hey @samba-b,
You might just be missing a cap production deploy
from your local machine: consul/installer#107
Regarding developing and deploying in the same environment, if you mean running CONSUL in the production environment in your local machine, sure, just add the environment option when starting the server: bin/rails s -e production
Hi @rmarnna_gitlab,
if you keep needing to make your local server available to your local network checkout this post https://stackoverflow.com/questions/29132719/rails-application-not-visible-to-local-network!
Hi @psalazar_gitlab, we have some documentation to help you with Docker, if you are not using Windows OS maybe you can find some useful information to make it work.
https://docs.consulproject.org/docs/english-documentation/introduction/servers/docker
@bertocq ademas si intento ejecutar otra vez el comando "cap production deploy:restart" me da el error (Backtrace restricted to imported tasks)
cap aborted!
LoadError: cannot load such file -- /usr/lib/ruby/vendor_ruby/Capfile
(See full trace by running task with --trace)
Hi @jinto-thomas, glad to see that you have found the hashicorp-consul project!
Hi @tenfortyeight, probably you are looking for the https://gitter.im/hashicorp-consul/Lobby project.
Hola @AytoPonferrada, disculpa por la espera 🙏🏼, se me debió pasar la notificación.
Sigues teniendo el mismo problema? Veo que vuestro fork debe ser: https://github.com/AytoPonferrada/consul. Y que estáis usando la versión v0.19 de Consul. ¿Correcto?
Así de primeras me da la impresión que algún detalle de configuración de capistrano no está correcto lo que impide que puedas reiniciar la aplicación. El envio de emails debería funcionar con cualquier cuenta de correo que permita conexiones SMTP. Pero claro si después de cambiar las credenciales SMTP en el archivo de secrets no puedes reiniciar la aplicación estas credenciales no se cargan ya que los secrets se cargan una sola vez al arrancar la aplicación.
Si quieres tenemos un espacio de trabajo en Slack donde resolvemos preguntas técnicas y ayudamos a solucionar problemas que puedan tener los forks de Consul (https://consul.slack.com/), allí tenemos un canal llamado #tech-questions donde muchas veces hay respuestas a problemas comunes. Quizás podrás unirte allí donde podemos tener una conversación más ágil y darnos más detalles de vuestra configuración.