We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug This batch generated some Rollbar errors, was in the retry queue of Sidekiq and continued to have the processing status in ERA.
processing
I killed the job in Sidekiq and set the BatchIngest to failed! via rails console.
failed!
bash-4.2$ RAILS_ENV=production rails c Loading production environment (Rails 7.0.8) irb(main):001:0> batch_ingest = BatchIngest.find(14) => #<BatchIngest:0x00007f53e0358528 ... irb(main):002:0> batch_ingest.update(error_message: 'JupiterCore::VocabularyMiss ingError: Unknown license key: license_text', status: :failed) => true irb(main):003:0> batch_ingest = BatchIngest.find(15) => #<BatchIngest:0x00007f53e09d9d48 ... irb(main):004:0> batch_ingest.update(error_message: 'JupiterCore::VocabularyMiss ingError: Unknown license key: license_text', status: :failed) => true irb(main):005:0>
Expected behavior
jupiter/config/initializers/controlled_vocabularies.rb
Line 100 in f531859
jupiter/app/jobs/batch_ingestion_job.rb
Lines 7 to 11 in f531859
The text was updated successfully, but these errors were encountered:
ConnorSheremeta
No branches or pull requests
Describe the bug
This batch generated some Rollbar errors, was in the retry queue of Sidekiq and continued to have the
processing
status in ERA.I killed the job in Sidekiq and set the BatchIngest to
failed!
via rails console.Expected behavior
jupiter/config/initializers/controlled_vocabularies.rb
Line 100 in f531859
should be caught here
jupiter/app/jobs/batch_ingestion_job.rb
Lines 7 to 11 in f531859
The text was updated successfully, but these errors were encountered: