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
We sprinkle metadata into our job kwargs to enable lookup in the Dashboard, like this:
{"ad_id"=>"ad_qTB3kTjQeZEmptyx8JZ5", "ad_ref"=>"A-1012679", "line_item_gid"=>"gid://supply-side-platform/Orders::Types::ReservationLineItem/rli_Dd2LpagvXuqaZNAZt4yu", "purchase_order_id"=>"po_8o9yOwc88sfMQWFmjE8F", "_aj_ruby2_keywords"=>["purchase_order_id", "line_item_gid", "ad_ref", "ad_id"]}
po_8o9yOwc88sfMQWFmjE8F
8o9yOwc88sfMQWFmjE8F
A-1012679
gid://supply-side-platform/Orders::Types::ReservationLineItem/rli_Dd2LpagvXuqaZNAZt4yu
rli_Dd2LpagvXuqaZNAZt4yu
Why can some args (po_8o9yOwc88sfMQWFmjE8F) be used for searching and others (A-1012679) can not be?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We sprinkle metadata into our job kwargs to enable lookup in the Dashboard, like this:
po_8o9yOwc88sfMQWFmjE8F
finds the job.8o9yOwc88sfMQWFmjE8F
(a substring of the previous arg) finds the jobA-1012679
does NOT find the jobgid://supply-side-platform/Orders::Types::ReservationLineItem/rli_Dd2LpagvXuqaZNAZt4yu
does NOT.rli_Dd2LpagvXuqaZNAZt4yu
(a substring of the previous arg) does NOT.Why can some args (
po_8o9yOwc88sfMQWFmjE8F
) be used for searching and others (A-1012679
) can not be?The text was updated successfully, but these errors were encountered: