Skip to content

Commit

Permalink
Deprecating/removing backfill pending release of new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon authored Aug 18, 2020
1 parent ebdcb67 commit d7bd4ae
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,23 @@ arctic: mongodb://127.0.0.1
storage_interval: 60


#
# The backfill plugin is deprecated and unsupported. A new one is being developed and will be released in the coming weeks.
#

# Cryptostore Plugin Interface
plugins:
backfill:
#plugins:
# backfill:
# The import path, and class name
# from cryptostore.plugin.backfill import Backfill
module: [cryptostore.plugin.backfill, Backfill]
# module: [cryptostore.plugin.backfill, Backfill]
# Config path, config can be added to this file, or in a separate config
# backfill does not use a dynamic config, so its fine to put its config here
config: config.yaml
# config: config.yaml

# If configured, backfill will run in a separate process and
# backfill trade data from earliest data (in storage) up to `start` (inclusive).
backfill:
COINBASE:
BTC-USD:
start: '2017-01-01'
#backfill:
# COINBASE:
# BTC-USD:
# start: '2017-01-01'

0 comments on commit d7bd4ae

Please sign in to comment.