I add more functionality to the CLI, know there is the possibility to stop and restart the daemon.
The old Interface can be still used without changes. If the user want to use the new functionality the user has to include the daemon gem to the Rails project. This gem is used by delayed_job so the user might have it as dependency anyway.
But still he is not forced to use crono with daemon-gem. The current way is still working.
I needed to add a restart strategy for one of our use cases.
Feel free to commend on my changes. I will also test my changes in production in the next weeks.
Hey,
I add more functionality to the CLI, know there is the possibility to stop and restart the daemon. The old Interface can be still used without changes. If the user want to use the new functionality the user has to include the daemon gem to the Rails project. This gem is used by delayed_job so the user might have it as dependency anyway.
But still he is not forced to use crono with daemon-gem. The current way is still working.
I needed to add a restart strategy for one of our use cases.
Feel free to commend on my changes. I will also test my changes in production in the next weeks.