Skip to content

Commit

Permalink
add graph count report file path config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 11, 2025
1 parent 71361c6 commit c9b52fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ncbo_cron/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ def config(&block)
@settings.cron_ontologies_report ||= "30 1 * * *"
# Ontologies Report file location
@settings.ontology_report_path = "../../reports/ontologies_report.json"

# Ontologies Report file location
@settings.graph_counts_report_path = "../../reports/graph_counts.json"

# Index synchronizer schedule
# 30 3 */2 * * - run every 2 days at 3:30AM
@settings.cron_index_synchronizer ||= "30 3 */2 * *"
Expand Down

0 comments on commit c9b52fc

Please sign in to comment.