File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ gem 'rexml' # Investigate why unicorn fails to start under ruby 3 without adding
1111gem 'sinatra'
1212gem 'rackup'
1313gem 'sidekiq' , '7.3.9'
14+ gem 'sidekiq-cron' , '2.3.0'
1415
1516github 'sinatra/sinatra' do
1617 gem 'sinatra-contrib'
Original file line number Diff line number Diff line change 5757
5858GIT
5959 remote: https://github.com/agroportal/ontologies_linked_data.git
60- revision: bc036b27e82e338fd926f1824a893ba3dff8b2ac
60+ revision: 3cc753e437751b45ded1eb0ef1d26e5f95ae24b8
6161 branch: feat/sidekiq-integration
6262 specs:
6363 ontologies_linked_data (0.0.1 )
172172 connection_pool (2.5.5 )
173173 crack (0.4.5 )
174174 rexml
175+ cronex (0.15.0 )
176+ tzinfo
177+ unicode (>= 0.4.4.5 )
175178 dante (0.2.0 )
176179 date (3.5.1 )
177180 declarative (0.0.20 )
207210 grpc (~> 1.66 )
208211 get_process_mem (0.2.7 )
209212 ffi (~> 1.0 )
213+ globalid (1.3.0 )
214+ activesupport (>= 6.1 )
210215 google-analytics-data (0.7.2 )
211216 google-analytics-data-v1beta (>= 0.11 , < 2.a )
212217 google-cloud-core (~> 1.6 )
471476 logger
472477 rack (>= 2.2.4 )
473478 redis-client (>= 0.22.2 )
479+ sidekiq-cron (2.3.0 )
480+ cronex (>= 0.13.0 )
481+ fugit (~> 1.8 , >= 1.11.1 )
482+ globalid (>= 1.0.1 )
483+ sidekiq (>= 6.5.0 )
474484 signet (0.21.0 )
475485 addressable (~> 2.8 )
476486 faraday (>= 0.17.5 , < 3.a )
509519 tzinfo (2.0.6 )
510520 concurrent-ruby (~> 1.0 )
511521 uber (0.1.0 )
522+ unicode (0.4.4.5 )
512523 unicode-display_width (3.2.0 )
513524 unicode-emoji (~> 4.1 )
514525 unicode-emoji (4.2.0 )
@@ -589,6 +600,7 @@ DEPENDENCIES
589600 sentry-ruby (~> 5.24 )
590601 shotgun !
591602 sidekiq (= 7.3.9 )
603+ sidekiq-cron (= 2.3.0 )
592604 simplecov
593605 simplecov-cobertura
594606 sinatra
Original file line number Diff line number Diff line change 3131
3232# sidekiq requirements
3333require 'sidekiq'
34+ require 'sidekiq-cron'
3435require 'sidekiq/web'
35-
36+ require 'sidekiq/cron/web'
3637# Logging setup
3738require_relative 'config/logging'
3839
Original file line number Diff line number Diff line change 1+ ontologies_report_job :
2+ cron : " * * * * *"
3+ class : " LinkedData::Jobs::OntologiesReportJob"
4+ queue : default
You can’t perform that action at this time.
0 commit comments