wheneverコマンドメモ
cd /path/to/root_dir
# リセット
bundle exec whenever --clear-crontab --set environment=local
# 時間返るとか
vim config/schedule.rb
# セット、更新
bundle exec whenever --set environment=local
bundle exec whenever --update-crontab --set environment=local
# 確認とか
crontab -l
tail -f log/*
# 時刻のチェック
date -u "+%Y-%m-%d-%H-%M-%S"