Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 535 Bytes

jobs.md

File metadata and controls

29 lines (21 loc) · 535 Bytes

Jobs

PostCategories::YandexMarketJob

PostCategories::YandexMarketJob.perform_later

Downloads http://download.cdn.yandex.net/market/market_categories.xls and creates post categories with same structure.

Sync::AdmitadJob

Sync::AdmitadJob.perform_later

Creates advertisers and feeds from admitad.ru.

Import::ProcessJob

Feed.find_each { |feed| Import::ProcessJob.perform_later(feed) }

or

Feed.count.times { Import::ProcessJob.perform_later }

Synchronize all feeds