Navigation Menu

Skip to content

Commit

Permalink
temp: morningafter is 1min from now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Oct 17, 2010
1 parent 38d20fb commit 2eb5b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/meetup.rb
Expand Up @@ -73,6 +73,7 @@ def proposed?
def schedule_jobs
if state_was == "unscheduled" && state == "scheduled"
morning_after = 1.day.from_now.beginning_of_day + 10.hours
morning_after = 1.minute.from_now
QUEUE.enqueue_at(morning_after, MorningAfterCheckerUpper, { :meetup_id => self.id })
end
end
Expand Down

0 comments on commit 2eb5b7d

Please sign in to comment.