| Error | Occurrences | Status | |
|---|---|---|---|
|
(Oban.PerformError) Pulsar.Workflows.Actualization.RankCheckWorker failed with {:error, "status 404: Domain not found"}
(Oban.PerformError) Pulsar.Workflows.Actualization.RankCheckWorker failed with {:error, "status 404: Domain not found"}
Pulsar.Workflows.Actualization.RankCheckWorker.perform/2
|
Last: 2026-03-02 12:33:00 UTC Total: 1487 |
Unresolved | |
|
(Oban.PerformError) Pulsar.Workflows.Actualization.WhoisWorker failed with {:error, :rate_limit}
(Oban.PerformError) Pulsar.Workflows.Actualization.WhoisWorker failed with {:error, :rate_limit}
Pulsar.Workflows.Actualization.WhoisWorker.perform/2
|
Last: 2026-03-02 12:26:03 UTC Total: 6287 |
Unresolved | |
|
(Ecto.InvalidChangesetError) could not perform insert because changeset is invalid.
Errors
%{host: [{"can't be blank", [validation: :required]}]}
Applied changes
%{domain_id: 39114}
Params
%{"domain_id" => 39114, "host" => "", "port" => 443}
Changeset
#Ecto.Changeset<
action: :insert,
changes: %{domain_id: 39114},
errors: [host: {"can't be blank", [validation: :required]}],
data: #Pulsar.SslEndpoint<>,
valid?: false,
...
>
(Ecto.InvalidChangesetError) could not perform insert because changeset is invalid. Errors %{host: [{"can't be blank", [validation: :required]}]} Applied changes %{domain_id: 39114} Params %{"domain_id" => 39114, "host" => "", "port" => 443} Changeset #Ecto.Changeset< action: :insert, changes: %{domain_id: 39114}, errors: [host: {"can't be blank", [validation: :required]}], data: #Pulsar.SslEndpoint<>, valid?: false, ... >
Pulsar.SslEndpoint.sync_for_domain/2
|
Last: 2026-02-28 01:25:13 UTC Total: 184 |
Unresolved | |
|
(Oban.CrashError) ** (exit) exited in: GenServer.call(Pulsar.MyFinch.PoolManager, {:start_pools, {:https, "ssl-pulse-http-probe-proxy.vovayartsev.workers.dev", 443}}, 5000)
** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
(Oban.CrashError) ** (exit) exited in: GenServer.call(Pulsar.MyFinch.PoolManager, {:start_pools, {:https, "ssl-pulse-http-probe-proxy.vovayartsev.workers.dev", 443}}, 5000) ** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
Pulsar.ApiClients.HTTPProbe.CloudflareWorkerProxy.probe_with_redirect_chain/2
|
Last: 2025-12-09 01:18:01 UTC Total: 4 |
Unresolved | |
|
(Postgrex.Error) ERROR 57014 (query_canceled) canceling statement due to user request
(Postgrex.Error) ERROR 57014 (query_canceled) canceling statement due to user request
PulsarWeb.MicroscopeLive.load_domain_data/2
|
Last: 2025-12-09 01:11:04 UTC Total: 11 |
Unresolved | |
|
(Postgrex.Error) ERROR 42703 (undefined_column) column d0.chains does not exist
query: SELECT d0."id", d0."next_scan_at", d0."name", d0."zone", d0."unregistered_at", d0."page_rank_decimal", d0."registration_date", d0."chains", d0."inserted_at", d0."updated_at" FROM "domains" AS d0 WHERE (d0."id" = $1)
(Postgrex.Error) ERROR 42703 (undefined_column) column d0.chains does not exist query: SELECT d0."id", d0."next_scan_at", d0."name", d0."zone", d0."unregistered_at", d0."page_rank_decimal", d0."registration_date", d0."chains", d0."inserted_at", d0."updated_at" FROM "domains" AS d0 WHERE (d0."id" = $1)
Pulsar.Workflows.Actualization.RankCheckWorker.perform/1
|
Last: 2025-12-09 00:47:17 UTC Total: 3 |
Unresolved | |
|
(Postgrex.Error) ERROR 42703 (undefined_column) column d0.chains does not exist
query: SELECT d0."id", d0."next_scan_at", d0."name", d0."zone", d0."unregistered_at", d0."page_rank_decimal", d0."registration_date", d0."chains", d0."inserted_at", d0."updated_at" FROM "domains" AS d0 WHERE (d0."id" = $1)
(Postgrex.Error) ERROR 42703 (undefined_column) column d0.chains does not exist query: SELECT d0."id", d0."next_scan_at", d0."name", d0."zone", d0."unregistered_at", d0."page_rank_decimal", d0."registration_date", d0."chains", d0."inserted_at", d0."updated_at" FROM "domains" AS d0 WHERE (d0."id" = $1)
Pulsar.Workflows.Actualization.HttpWorker.perform_scan/1
|
Last: 2025-12-09 00:47:17 UTC Total: 2 |
Unresolved | |
|
(Postgrex.Error) ERROR 42703 (undefined_column) column d0.chains does not exist
query: SELECT d0."id", d0."next_scan_at", d0."name", d0."zone", d0."unregistered_at", d0."page_rank_decimal", d0."registration_date", d0."chains", d0."inserted_at", d0."updated_at" FROM "domains" AS d0 WHERE (d0."id" = $1)
(Postgrex.Error) ERROR 42703 (undefined_column) column d0.chains does not exist query: SELECT d0."id", d0."next_scan_at", d0."name", d0."zone", d0."unregistered_at", d0."page_rank_decimal", d0."registration_date", d0."chains", d0."inserted_at", d0."updated_at" FROM "domains" AS d0 WHERE (d0."id" = $1)
Pulsar.Workflows.Actualization.WhoisWorker.perform/1
|
Last: 2025-12-09 00:47:00 UTC Total: 2 |
Unresolved | |
|
(Ecto.InvalidChangesetError) could not perform insert because changeset is invalid.
Errors
%{host: [{"can't be blank", [validation: :required]}]}
Applied changes
%{domain_id: 65548, http_status: 400}
Params
%{
"can_work_over_http" => false,
"domain_id" => 65548,
"host" => "",
"http_status" => 400,
"port" => 443
}
Changeset
#Ecto.Changeset<
action: :insert,
changes: %{domain_id: 65548, http_status: 400},
errors: [host: {"can't be blank", [validation: :required]}],
data: #Pulsar.SslEndpoint<>,
valid?: false,
...
>
(Ecto.InvalidChangesetError) could not perform insert because changeset is invalid. Errors %{host: [{"can't be blank", [validation: :required]}]} Applied changes %{domain_id: 65548, http_status: 400} Params %{ "can_work_over_http" => false, "domain_id" => 65548, "host" => "", "http_status" => 400, "port" => 443 } Changeset #Ecto.Changeset< action: :insert, changes: %{domain_id: 65548, http_status: 400}, errors: [host: {"can't be blank", [validation: :required]}], data: #Pulsar.SslEndpoint<>, valid?: false, ... >
Pulsar.SslEndpoint.sync_for_domain/2
|
Last: 2025-12-09 00:03:50 UTC Total: 14 |
Unresolved | |
|
(Postgrex.Error) ERROR 42703 (undefined_column) column s0.can_work_over_http does not exist
query: SELECT s0."id", s0."domain_id", s0."host", s0."port", s0."http_status", s0."can_work_over_http", s0."deactivated_at", s0."last_successful_ssl_scan_at", s0."last_failed_ssl_scan_at", s0."inserted_at", s0."updated_at" FROM "ssl_endpoints" AS s0 WHERE (s0."id" = $1)
(Postgrex.Error) ERROR 42703 (undefined_column) column s0.can_work_over_http does not exist query: SELECT s0."id", s0."domain_id", s0."host", s0."port", s0."http_status", s0."can_work_over_http", s0."deactivated_at", s0."last_successful_ssl_scan_at", s0."last_failed_ssl_scan_at", s0."inserted_at", s0."updated_at" FROM "ssl_endpoints" AS s0 WHERE (s0."id" = $1)
Pulsar.Workflows.SslMonitoring.SslWorker.perform_scan/1
|
Last: 2025-12-08 13:46:37 UTC Total: 3 |
Unresolved |