Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Make Pantography calls to Twitter API less frequent
Browse files Browse the repository at this point in the history
Avoid exceeding rate limit.
  • Loading branch information
joegatt committed Sep 17, 2013
1 parent 7cc2d34 commit 8e3bc5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/tasks/joegattnet.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ namespace :joegattnet do
task one_minute: :environment do |t, args|
EvernoteNote.sync_all
sync_associated
Pantograph.update_saved_timeline
end

task ten_minutes: :environment do |t, args|
Pantograph.publish_next
Pantographer.follow_followers
Pantograph.update_saved_timeline
end

# task one_hour: :environment do |t, args|
# Pantograph.publish_next
# end
task one_hour: :environment do |t, args|
# Pantograph.publish_next
Pantographer.follow_followers
end

def sync_associated
Resource.sync_all_binaries
Expand Down

0 comments on commit 8e3bc5a

Please sign in to comment.