javan-whenever not writing crontab with Capistrano deploy
        Posted  
        
            by Gordon Isnor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gordon Isnor
        
        
        
        Published on 2009-06-17T17:40:28Z
        Indexed on 
            2010/04/17
            11:03 UTC
        
        
        Read the original article
        Hit count: 252
        
I’ve been trying to get whenever running on an ec2 instance that was created with ec2 on rails.
When I deploy with Capistrano it indicates that the crontab was written, but when I log into the server and run crontab -l it does not seem to have been changed.
If I go into the release folder and manually run whenever --write-crontab then run crontab -l - it gets updated properly.
Any ideas what could be causing this?
Capistrano is not indicating any errors so not sure how to debug, have tried a billion permutations and combinations and nothing changes.
© Stack Overflow or respective owner