tech(export_job): sometimes ExportJob are OOMed, in those cases jobs are stuck and never retried. release lock and increase attemps

This commit is contained in:
Martin 2024-03-26 09:25:44 +01:00
parent 536a03bbb4
commit be47152096
4 changed files with 101 additions and 0 deletions

View file

@ -91,6 +91,7 @@ gem 'sidekiq'
gem 'skylight'
gem 'spreadsheet_architect'
gem 'strong_migrations' # lint database migrations
gem 'sys-proctable'
gem 'turbo-rails'
gem 'typhoeus'
gem 'ulid-ruby', require: 'ulid'