Skip to content

Instantly share code, notes, and snippets.

@ashleymason
Created January 16, 2019 15:03
Show Gist options
  • Save ashleymason/3e3ea7230574a7a5a3116918722e7fcd to your computer and use it in GitHub Desktop.
Save ashleymason/3e3ea7230574a7a5a3116918722e7fcd to your computer and use it in GitHub Desktop.
Partner Feed Sequence Runner
Workers::PartnerData::PartnerFeedSequenceRunner.work(
partners: partner.code,
force_sync: true,
production_only: false,
do_not_queue: true,
limit: 100,
type: 'Partner::ListingFeed'
)
Workers::PartnerData::PartnerFeedSequenceRunner.work(
partners: partner.code,
force_sync: true,
production_only: false,
do_not_queue: true,
limit: 100
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment