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
Related to #10
Sending einvoices fails. Error message in the que log:
Job: SendEInvoiceJob Args: 2353, {"payable"=>true} Error: ArgumentError: wrong number of arguments (given 2, expected 1) /home/registry/registry/releases/147/app/jobs/send_e_invoice_job.rb:2:in `run' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/job.rb:17:in `_run' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/job.rb:132:in `block in work' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/adapters/active_record.rb:7:in `block in checkout' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/activerecord-6.0.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:471:in `with_connection' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/adapters/active_record.rb:32:in `block in checkout_activerecord_adapter' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/activesupport-6.0.3.2/lib/active_support/execution_wrapper.rb:88:in `wrap' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/adapters/active_record.rb:31:in `checkout_activerecord_adapter' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/adapters/active_record.rb:7:in `checkout' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/job.rb:114:in `work' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/worker.rb:80:in `block in work_loop' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/worker.rb:75:in `loop' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/worker.rb:75:in `work_loop' /home/registry/registry/shared/bundle/ruby/2.6.0/gems/que-0.14.3/lib/que/worker.rb:19:in `block in initialize'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Related to #10
Sending einvoices fails. Error message in the que log:
The text was updated successfully, but these errors were encountered: