Error #87116 @ 2026-08-30 20:24:15 UTC
(DBConnection.ConnectionError) connection not available and request was dropped from queue after 4852ms. This means requests are coming in and your connection pool cannot serve them fast enough. You can address this by: 1. Ensuring your database is available and that you can connect to it 2. Tracking down slow queries and making sure they are running fast enough 3. Increasing the pool_size (although this increases resource consumption) 4. Allowing requests to wait longer by increasing :queue_target and :queue_interval See DBConnection.start_link/2 for more information
Full message
connection not available and request was dropped from queue after 4852ms. This means requests are coming in and your connection pool cannot serve them fast enough. You can address this by: 1. Ensuring your database is available and that you can connect to it 2. Tracking down slow queries and making sure they are running fast enough 3. Increasing the pool_size (although this increases resource consumption) 4. Allowing requests to wait longer by increasing :queue_target and :queue_interval See DBConnection.start_link/2 for more information
Source
Pulsar.Workflows.SslMonitoring.SslWorker.do_perform/1 lib/pulsar/workflows/ssl_monitoring/ssl_worker.ex:71
Stacktrace
(ecto_sql) |
Ecto.Adapters.SQL.raise_sql_call_error/1 lib/ecto/adapters/sql.ex:1098 |
(ecto) |
Ecto.Repo.Schema.apply/4 lib/ecto/repo/schema.ex:1000 |
(ecto) |
Ecto.Repo.Schema.-do_update/4-fun-4-/15 lib/ecto/repo/schema.ex:594 |
(ecto) |
Ecto.Repo.Schema.update!/4 lib/ecto/repo/schema.ex:394 |
(pulsar) |
Pulsar.Workflows.SslMonitoring.SslWorker.do_perform/1 lib/pulsar/workflows/ssl_monitoring/ssl_worker.ex:71 |
(oban) |
Oban.Queue.Executor.perform/1 lib/oban/queue/executor.ex:145 |
(oban) |
Oban.Queue.Executor.call/1 lib/oban/queue/executor.ex:77 |
(elixir) |
Task.Supervised.invoke_mfa/2 lib/task/supervised.ex:101 |
Context
{
"job.args": {
"ssl_endpoint_id": 127913
},
"job.attempt": 1,
"job.id": 19206436,
"job.priority": 0,
"job.queue": "ssl",
"job.worker": "Pulsar.Workflows.SslMonitoring.SslWorker",
"state": "failure"
}
Occurrence (1 total)
Error kind
DBConnection.ConnectionError
Last seen
2026-08-30 20:24:15 UTC
First seen
2026-08-30 20:24:15 UTC