25368341 CustomerApi.Jobs.PublishNotificationJob
Queue notifications
Attempt 5 of 5
Priority 0
Tags ...
Node customer_api@10.10.0.170
Queue Time 00:00.328
Run Time 00:00.008
Inserted 2h ago
Scheduled 2h ago
Completed
Cancelled
Discarded 2h ago

Args

%{
  "account_id" => "126068",
  "data" => %{
    "account_insight_agent_id" => "f0e7700b-78b1-4696-972c-209da3aafd64",
    "insights" => [
      %{
        "action_plan" => "Each property above has a quick-action button to hide it from the segment builder. Hiding is non-destructive — property data is retained and the property can be made visible again at any time.",
        "actions" => [
          %{
            "cta" => "Run",
            "prompt" => "Update user property '_appcuesForm_any-thoughts-you-would-like-to-share-with-us' and set show_in_ui to false.",
            "title" => "Hide _appcuesForm_any-thoughts-you-would-like-to-share-with-us",
            "undo_prompt" => "Update user property '_appcuesForm_any-thoughts-you-would-like-to-share-with-us' and set show_in_ui to true."
          },
          %{
            "cta" => "Run",
            "prompt" => "Update user property '_appcuesForm_describe-the-issue' and set show_in_ui to false.",
            "title" => "Hide _appcuesForm_describe-the-issue",
            "undo_prompt" => "Update user property '_appcuesForm_describe-the-issue' and set show_in_ui to true."
          },
          %{
            "cta" => "Run",
            "prompt" => "Update user property '_appcuesForm_how-useful-was-this-step-by-step-tutorial' and set show_in_ui to false.",
            "title" => "Hide _appcuesForm_how-useful-was-this-step-by-step-tutorial",
            "undo_prompt" => "Update user property '_appcuesForm_how-useful-was-this-step-by-step-tutorial' and set show_in_ui to true."
          },
          %{
            "cta" => "Run",
            "prompt" => "Update user property '_appcuesForm_what-file-format-would-you-prefer-to-download' and set show_in_ui to false.",
            "title" => "Hide _appcuesForm_what-file-format-would-you-prefer-to-download",
            "undo_prompt" => "Update user property '_appcuesForm_what-file-format-would-you-prefer-to-download' and set show_in_ui to true."
          },
          %{
            "cta" => "Run",
            "prompt" => "Update user property '_appcuesForm_which-file-formats-would-you-prefer-to-download-please-select-all-that-apply' and set show_in_ui to false.",
            "title" => "Hide _appcuesForm_which-file-formats-would-you-prefer-to-download-please-select-all-that-apply",
            "undo_prompt" => "Update user property '_appcuesForm_which-file-formats-would-you-prefer-to-download-please-select-all-that-apply' and set show_in_ui to true."
          },
          %{
            "cta" => "Run",
            "prompt" => "Update user property '_experience_dismissed_dc4cd575-22db-4992-adc8-5f06536cd199' and set show_in_ui to false.",
            "title" => "Hide _experience_dismissed_dc4cd575-22db-4992-adc8-5f06536cd199",
            "undo_prompt" => "Update user property '_experience_dismissed_dc4cd575-22db-4992-adc8-5f06536cd199' and set show_in_ui to true."
          }
        ],
        "cta_text" => nil,
        "entity_id" => nil,
        "entity_type" => nil,
        "expected_impact" => "Cleaner segment builder with only active properties",
        "finding" => "Found 6 stale user properties that are visible, not auto-tracked, and not used by any experience.\n\nLast seen > 90 days ago:\n\n_appcuesForm_any-thoughts-you-would-like-to-share-with-us - [View](https://studio.appcues.com/settings/properties/user?search=_appcuesForm_any-thoughts-you-would-like-to-share-with-us)\n\n_appcuesForm_describe-the-issue - [View](https://studio.appcues.com/settings/properties/user?search=_appcuesForm_describe-the-issue)\n\n_appcuesForm_what-file-format-would-you-prefer-to-download - [View](https://studio.appcues.com/settings/properties/user?search=_appcuesForm_what-file-format-would-you-prefer-to-download)\n\n_experience_dismissed_dc4cd575-22db-4992-adc8-5f06536cd199 - [View](https://studio.appcues.com/settings/properties/user?search=_experience_dismissed_dc4cd575-22db-4992-adc8-5f06536cd199)\n\nLast seen 30–60 days ago:\n\n_appcuesForm_how-useful-was-this-step-by-step-tutorial - [View](https://studio.appcues.com/settings/properties/user?search=_appcuesForm_how-useful-was-this-step-by-step-tutorial)\n\n_appcuesForm_which-file-formats-would-you-prefer-to-download-please-select-all-that-apply - [View](https://studio.appcues.com/settings/properties/user?search=_appcuesForm_which-file-formats-would-you-prefer-to-download-please-select-all-that-apply)",
        "outcomes" => [],
        "priority" => "high",
        "title" => "Found 6 stale user properties to hide",
        "type" => "opportunity"
      }
    ]
  },
  "notification_id" => "202f34da-09d7-4928-a7a8-81553c603353",
  "workflow_key" => "insight-opportunity-added"
}

Meta

%{"orig_scheduled_at" => 1777558734372598, "structured" => true}

Errors

Attempt 5—2h ago

** (Knock.ApiKeyMissingError)   The api_key setting is required to make requests to Knock.
  Please configure :api_key in config.exs, set the KNOCK_API_KEY
  environment variable, or pass into a new client instance.

    (knock 0.5.0) lib/knock/client.ex:65: Knock.Client.new/1
    (customer_api 1.21.0+dd24b211) lib/customer_api/services/knock.ex:65: CustomerApi.Services.Knock.trigger/3
    (customer_api 1.21.0+dd24b211) lib/customer_api/jobs/publish_notification_job.ex:93: CustomerApi.Jobs.PublishNotificationJob.do_publish/4
    (oban_pro 1.6.12) lib/oban/pro/worker.ex:1156: Oban.Pro.Worker.process/3
    (oban 2.20.3) lib/oban/queue/executor.ex:145: Oban.Queue.Executor.perform/1
    (oban 2.20.3) lib/oban/queue/executor.ex:77: Oban.Queue.Executor.call/1
    (elixir 1.19.5) lib/task/supervised.ex:105: Task.Supervised.invoke_mfa/2
    (elixir 1.19.5) lib/task/supervised.ex:40: Task.Supervised.reply/4

Attempt 4—2h ago

** (Knock.ApiKeyMissingError)   The api_key setting is required to make requests to Knock.
  Please configure :api_key in config.exs, set the KNOCK_API_KEY
  environment variable, or pass into a new client instance.

    (knock 0.5.0) lib/knock/client.ex:65: Knock.Client.new/1
    (customer_api 1.21.0+dd24b211) lib/customer_api/services/knock.ex:65: CustomerApi.Services.Knock.trigger/3
    (customer_api 1.21.0+dd24b211) lib/customer_api/jobs/publish_notification_job.ex:93: CustomerApi.Jobs.PublishNotificationJob.do_publish/4
    (oban_pro 1.6.12) lib/oban/pro/worker.ex:1156: Oban.Pro.Worker.process/3
    (oban 2.20.3) lib/oban/queue/executor.ex:145: Oban.Queue.Executor.perform/1
    (oban 2.20.3) lib/oban/queue/executor.ex:77: Oban.Queue.Executor.call/1
    (elixir 1.19.5) lib/task/supervised.ex:105: Task.Supervised.invoke_mfa/2
    (elixir 1.19.5) lib/task/supervised.ex:40: Task.Supervised.reply/4

Attempt 3—2h ago

** (Knock.ApiKeyMissingError)   The api_key setting is required to make requests to Knock.
  Please configure :api_key in config.exs, set the KNOCK_API_KEY
  environment variable, or pass into a new client instance.

    (knock 0.5.0) lib/knock/client.ex:65: Knock.Client.new/1
    (customer_api 1.21.0+dd24b211) lib/customer_api/services/knock.ex:65: CustomerApi.Services.Knock.trigger/3
    (customer_api 1.21.0+dd24b211) lib/customer_api/jobs/publish_notification_job.ex:93: CustomerApi.Jobs.PublishNotificationJob.do_publish/4
    (oban_pro 1.6.12) lib/oban/pro/worker.ex:1156: Oban.Pro.Worker.process/3
    (oban 2.20.3) lib/oban/queue/executor.ex:145: Oban.Queue.Executor.perform/1
    (oban 2.20.3) lib/oban/queue/executor.ex:77: Oban.Queue.Executor.call/1
    (elixir 1.19.5) lib/task/supervised.ex:105: Task.Supervised.invoke_mfa/2
    (elixir 1.19.5) lib/task/supervised.ex:40: Task.Supervised.reply/4

Attempt 2—2h ago

** (Knock.ApiKeyMissingError)   The api_key setting is required to make requests to Knock.
  Please configure :api_key in config.exs, set the KNOCK_API_KEY
  environment variable, or pass into a new client instance.

    (knock 0.5.0) lib/knock/client.ex:65: Knock.Client.new/1
    (customer_api 1.21.0+dd24b211) lib/customer_api/services/knock.ex:65: CustomerApi.Services.Knock.trigger/3
    (customer_api 1.21.0+dd24b211) lib/customer_api/jobs/publish_notification_job.ex:93: CustomerApi.Jobs.PublishNotificationJob.do_publish/4
    (oban_pro 1.6.12) lib/oban/pro/worker.ex:1156: Oban.Pro.Worker.process/3
    (oban 2.20.3) lib/oban/queue/executor.ex:145: Oban.Queue.Executor.perform/1
    (oban 2.20.3) lib/oban/queue/executor.ex:77: Oban.Queue.Executor.call/1
    (elixir 1.19.5) lib/task/supervised.ex:105: Task.Supervised.invoke_mfa/2
    (elixir 1.19.5) lib/task/supervised.ex:40: Task.Supervised.reply/4

Attempt 1—2h ago

** (Knock.ApiKeyMissingError)   The api_key setting is required to make requests to Knock.
  Please configure :api_key in config.exs, set the KNOCK_API_KEY
  environment variable, or pass into a new client instance.

    (knock 0.5.0) lib/knock/client.ex:65: Knock.Client.new/1
    (customer_api 1.21.0+dd24b211) lib/customer_api/services/knock.ex:65: CustomerApi.Services.Knock.trigger/3
    (customer_api 1.21.0+dd24b211) lib/customer_api/jobs/publish_notification_job.ex:93: CustomerApi.Jobs.PublishNotificationJob.do_publish/4
    (oban_pro 1.6.12) lib/oban/pro/worker.ex:1156: Oban.Pro.Worker.process/3
    (oban 2.20.3) lib/oban/queue/executor.ex:145: Oban.Queue.Executor.perform/1
    (oban 2.20.3) lib/oban/queue/executor.ex:77: Oban.Queue.Executor.call/1
    (elixir 1.19.5) lib/task/supervised.ex:105: Task.Supervised.invoke_mfa/2
    (elixir 1.19.5) lib/task/supervised.ex:40: Task.Supervised.reply/4