0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

wheneverコマンド

Posted at

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"
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?