You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for your work. We use Crono in production for over a year now and it has kicked of tens of thousands of jobs on our servers.
Upgrading one of our apps to Rails 5 we encountered a problem though:
Running the Crono gem works as long as the route to the Web UI (mount Crono::Web, at: '/crono') is not active. With the route added, crono doesn't start locally as well as on our production machine (Heroku).
We can reproduce this problem within a clean new Rails 5.0.0.1 app with only the Crono gem added as well.
Error log from development machine (macOS 10.11.6 with Ruby 2.3.1, paths shortened for readability):
First thanks for your work. We use Crono in production for over a year now and it has kicked of tens of thousands of jobs on our servers.
Upgrading one of our apps to Rails 5 we encountered a problem though:
Running the Crono gem works as long as the route to the Web UI (
mount Crono::Web, at: '/crono'
) is not active. With the route added,crono
doesn't start locally as well as on our production machine (Heroku).We can reproduce this problem within a clean new Rails 5.0.0.1 app with only the Crono gem added as well.
Error log from development machine (macOS 10.11.6 with Ruby 2.3.1, paths shortened for readability):
The text was updated successfully, but these errors were encountered: