Class: EcoRake::Lib::People::SyncLaunch
Constant Summary collapse
- ADDITIONAL_OPTIONS =
i[only_stats no_policy simulate].freeze
- FORWARD_RULES =
{ schema: ->(schema) { "-schema-id \"#{schema}\"" }, only_stats: '-feed-only-stats', no_policy: '-skip-batch-policy', simulate: '-simulate' }.freeze
Constants inherited from EcoRake
Instance Method Summary collapse
Instance Method Details
#task(*_args) ⇒ Object
29 30 31 32 33 |
# File 'lib/eco-rake/lib/people/sync_launch.rb', line 29 def task(*_args) return missing_files_notify unless latest_file return process_deltas if delta? return process_full_file if full? end |