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
Not a big deal but it appears Oban stopped setting priority by default on all jobs and is set to nil?
nil
1) test records span on job insertion (OpentelemetryObanTest) Error: test/opentelemetry_oban_test.exs:34 match (=) failed code: assert %{ "messaging.destination": "events", "messaging.destination_kind": :queue, "messaging.oban.job_id": _job_id, "messaging.oban.max_attempts": 1, "messaging.oban.priority": 0, "messaging.oban.worker": "TestJob", "messaging.system": :oban } = :otel_attributes.map(attributes) left: %{ "messaging.destination": "events", "messaging.destination_kind": :queue, "messaging.oban.job_id": _job_id, "messaging.oban.max_attempts": 1, "messaging.oban.priority": 0, "messaging.oban.worker": "TestJob", "messaging.system": :oban } right: %{ "messaging.destination": "events", "messaging.destination_kind": :queue, "messaging.oban.job_id": 7, "messaging.oban.max_attempts": 1, "messaging.oban.priority": nil, "messaging.oban.worker": "TestJob", "messaging.system": :oban } stacktrace: test/opentelemetry_oban_test.exs:47: (test)
The text was updated successfully, but these errors were encountered:
This could be closed, has been fixed by #247
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Not a big deal but it appears Oban stopped setting priority by default on all jobs and is set to
nil
?The text was updated successfully, but these errors were encountered: