Frog

Count When Personas Actions Type
1 aura-ng AuraWeb-Gallery error View event View all events
** (DBConnection.ConnectionError) connection not available and request was dropped from queue after 2187ms. 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

    (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:1096: Ecto.Adapters.SQL.raise_sql_call_error/1
    (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:994: Ecto.Adapters.SQL.execute/6
    (ecto 3.12.5) lib/ecto/repo/queryable.ex:232: Ecto.Repo.Queryable.execute/4
    (ecto 3.12.5) lib/ecto/repo/queryable.ex:19: Ecto.Repo.Queryable.all/3
    (ecto 3.12.5) lib/ecto/repo/queryable.ex:154: Ecto.Repo.Queryable.one/3
    (aura 0.1.0) lib/aura/gallery.ex:6: Aura.Gallery.fetch_by_id/1
    (aura 0.1.0) lib/aura_web/live/gallery.ex:130: AuraWeb.Gallery.handle_params/3
    (phoenix_live_view 1.0.5) lib/phoenix_live_view/utils.ex:456: anonymous fn/5 in Phoenix.LiveView.Utils.call_handle_params!/5
    (telemetry 1.3.0) /var/www/aura/deps/telemetry/src/telemetry.erl:324: :telemetry.span/3
    (phoenix_live_view 1.0.5) lib/phoenix_live_view/static.ex:321: Phoenix.LiveView.Static.call_mount_and_handle_params!/5
    (phoenix_live_view 1.0.5) lib/phoenix_live_view/static.ex:155: Phoenix.LiveView.Static.do_render/4
    (phoenix_live_view 1.0.5) lib/phoenix_live_view/controller.ex:39: Phoenix.LiveView.Controller.live_render/3
    (phoenix 1.7.20) lib/phoenix/router.ex:484: Phoenix.Router.__call__/5
    (aura 0.1.0) deps/plug/lib/plug/error_handler.ex:80: AuraWeb.Router.call/2
    (aura 0.1.0) lib/aura_web/endpoint.ex:1: AuraWeb.Endpoint.plug_builder_call/2
    (aura 0.1.0) lib/aura_web/endpoint.ex:1: AuraWeb.Endpoint.call/2
    (plug_cowboy 2.7.3) lib/plug/cowboy/handler.ex:11: Plug.Cowboy.Handler.init/2
    (cowboy 2.13.0) /var/www/aura/deps/cowboy/src/cowboy_handler.erl:37: :cowboy_handler.execute/2
    (cowboy 2.13.0) /var/www/aura/deps/cowboy/src/cowboy_stream_h.erl:310: :cowboy_stream_h.execute/3
    (cowboy 2.13.0) /var/www/aura/deps/cowboy/src/cowboy_stream_h.erl:299: :cowboy_stream_h.request_process/3