Created
January 16, 2019 15:03
-
-
Save ashleymason/3e3ea7230574a7a5a3116918722e7fcd to your computer and use it in GitHub Desktop.
Partner Feed Sequence Runner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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