Skip to content

Commit 93fca50

Browse files
committed
fix: update ontologies_linked_data gem revision and add mapping_counts_job to schedule
1 parent fbef9c4 commit 93fca50

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GIT
5757

5858
GIT
5959
remote: https://github.com/agroportal/ontologies_linked_data.git
60-
revision: 3cc753e437751b45ded1eb0ef1d26e5f95ae24b8
60+
revision: 5b666d92741dd807e27329e759097c0b22062d02
6161
branch: feat/sidekiq-integration
6262
specs:
6363
ontologies_linked_data (0.0.1)

config/schedule.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
ontologies_report_job:
22
cron: "30 1 * * *"
33
class: "LinkedData::Jobs::OntologiesReportJob"
4+
queue: default
5+
6+
mapping_counts_job:
7+
cron: "30 0 * * 6"
8+
class: "LinkedData::Jobs::MappingCountsJob"
49
queue: default

0 commit comments

Comments
 (0)