Git Product home page Git Product logo

Comments (7)

hospital-systems avatar hospital-systems commented on August 26, 2024

Do you have only one production server and are daemons running on same machine as application?

from daemons-rails.

rickygu avatar rickygu commented on August 26, 2024

yes, only 1 production server

from daemons-rails.

hospital-systems avatar hospital-systems commented on August 26, 2024

Ok.
Can you describe layout for your daemons? (i.e. lib/daemons/__ctl or app/daemons/__ctl etc)
What returns command bundle exec lib/daemons/<your_daemon_name>_ctl status on your production server?
Are you sure your daemons are working well and doesn't crashes and restarts?
And what is result of ruby code run from rails console - Daemons::Rails::Monitoring.default.controllers?

from daemons-rails.

rickygu avatar rickygu commented on August 26, 2024

daemons are in lib/daemons

bundle exec lib/daemons/<your_daemon_name>_ctl status
-> daemon.rb: running [pid 6334]
daemons are working for sure because otherwise my app wouldn't be working.

Daemons::Rails::Monitoring.default.controllers works fine in console production, but when i do

<%= Daemons::Rails::Monitoring.statuses["daemons.rb"] %> in the view it return "not_exists".

from daemons-rails.

hospital-systems avatar hospital-systems commented on August 26, 2024

Is it behave same if you set instance variable in controller and then display in view? Also, it may be result of page caching and actually you see old version of page when daemons not yet run. So, try to add timestamp to this page - will it change on reload? It it will not help - it may be helpful if you create simplest not working version of application and send me by email or share through github. I just checked your use case and it works for me, so I need more details to find problem.

from daemons-rails.

rickygu avatar rickygu commented on August 26, 2024

just tried setting the instance variable in the controller but no dice. still shows not_exists when the daemons are clearly running. I'm using Rails 4.0.0 and daemons-rails (1.2.1) and ruby 2.0.0p247.

oh another piece of info, I had to comment out this line in my daemon or it wouldn't start. I don't know if that has anything to do with this problem:
#ENV["RAILS_ENV"] ||= "production"

from daemons-rails.

ACPK avatar ACPK commented on August 26, 2024

@rickygu @hospital-systems Did you get this fixed? I'm having the same issue when deploying to a Digital Ocean VPS running Dokku.

from daemons-rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.