Skip to content

Commit

Permalink
Assign metadata_kv_store_class in enrichment_plugin_scheduler's celer…
Browse files Browse the repository at this point in the history
…y_beat_service_started method.
  • Loading branch information
iholmes committed Aug 10, 2020
1 parent 058da65 commit df0d915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yahoo_panoptes/enrichment/enrichment_plugin_scheduler.py
Expand Up @@ -246,6 +246,7 @@ def celery_beat_service_started(sender=None, args=None, **kwargs):
"""
global enrichment_plugin_scheduler
sender.scheduler.panoptes_context = panoptes_context
sender.scheduler.metadata_kv_store_class = PanoptesEnrichmentPluginAgentKeyValueStore
sender.scheduler.task_prefix = const.ENRICHMENT_PLUGIN_SCHEDULER_CELERY_TASK_PREFIX
enrichment_plugin_scheduler.run(sender, args, **kwargs)

Expand Down

0 comments on commit df0d915

Please sign in to comment.