fix bugs, add test cases

This commit is contained in:
qyzh 2020-12-14 22:04:25 +08:00
parent 5addece8d5
commit 6de617d898
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
# Learn more: http://github.com/javan/whenever # Learn more: http://github.com/javan/whenever
# #
set :environment, :development set :environment, :development
every '0 10 20 * *' do every '0 1 20 * *' do
runner 'Sponsorship.monthly_payment' runner 'Sponsorship.monthly_payment'
end end
# every 1.month, at: 'January 20th 10:00am' do # every 1.month, at: 'January 20th 10:00am' do