You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the lib and adding it to my application tree, I get transactions in my new relic UI. Unfortunately, when I run
the following NRQL query
SELECT *
FROM Transaction
WHERE name = 'OtherTransaction/Oban/My.Oban.Job.Module/perform'
The result value is [BAD_VALUE]
Am I missing something ? is there a specific value I should return from my jobs ?
As a side question: How can I record/track failed/succeeded/discarded jobs ? thanks!
The text was updated successfully, but these errors were encountered:
After installing the lib and adding it to my application tree, I get transactions in my new relic UI. Unfortunately, when I run
the following NRQL query
The result value is [BAD_VALUE]
Am I missing something ? is there a specific value I should return from my jobs ?
As a side question: How can I record/track failed/succeeded/discarded jobs ? thanks!
The text was updated successfully, but these errors were encountered: