fix bugs, add test cases
This commit is contained in:
parent
5addece8d5
commit
6de617d898
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue