Skip to content

Instantly share code, notes, and snippets.

@SahSantoshh
Created May 23, 2020 12:27
Show Gist options
  • Save SahSantoshh/6c4a7de349fe2a63271a518acf01f1ae to your computer and use it in GitHub Desktop.
Save SahSantoshh/6c4a7de349fe2a63271a518acf01f1ae to your computer and use it in GitHub Desktop.
streaming.rake
namespace :streaming do
desc 'Fetch updates of Accounts data from salesforce push stream and update in database'
task accounts_and_contacts: :environment do
subscriber = SalesforceSubscriber.new
subscriber.create_account_push_topic
subscriber.create_contact_push_topic
subscriber.subscribe
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment