0

eureka server is the discovery server which tracks wether services are alive or not. i am able to register my services to it but it automatically de registers it.

Please suggest me a way by which i can achieve it from falcon web service and unicorn server.

Rishabh K Sharma
  • 239
  • 4
  • 15
  • SO is for programming questions, not questions about using or configuring Linux. ServerFault.com would be a better place for questions like this. – Barmar Jan 12 '18 at 09:50

1 Answers1

0

you can register your service again and again after an interval of time in which it is getting de register.

try this: auto execute a web service in falcon

Rishabh K Sharma
  • 239
  • 4
  • 15