Merge branch 'dev'
This commit is contained in:
commit
6bb0245768
2
Gemfile
2
Gemfile
@ -65,8 +65,6 @@ gem "image_processing", "~> 1.13"
|
||||
# gem "ruby-vips", "~> 2.2"
|
||||
gem "mini_magick", "~> 4.13.2"
|
||||
|
||||
gem "devise", "~> 4.9"
|
||||
|
||||
group :development, :test do
|
||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
|
||||
|
@ -1,6 +1,6 @@
|
||||
class BatchGenerateWeatherArtsWorker
|
||||
include Sidekiq::Worker
|
||||
GENERATION_INTERVAL = 24.hours
|
||||
GENERATION_INTERVAL = 36.hours
|
||||
MAX_DURATION = 50.minutes
|
||||
SLEEP_DURATION = 120.seconds
|
||||
BATCH_SIZE = 20
|
||||
|
Loading…
Reference in New Issue
Block a user