Nombres funciona completo sobre faaso

This commit is contained in:
2024-08-21 10:36:32 -03:00
parent 9821b58cce
commit 9692d7c100
6 changed files with 344 additions and 4 deletions

View File

@ -12,7 +12,7 @@ DBURL = "postgres://#{USER}:#{PASS}@#{DBHOST}:5432/nombres"
puts "Connnecting to #{DBURL}"
# Create a connection pool to the database
pg = ConnectionPool.new(capacity: 5, timeout: 0.2.seconds) do
pg = ConnectionPool.new(capacity: 5, timeout: 1.seconds) do
PG.connect(DBURL)
end

View File

@ -1,7 +1,7 @@
name: busqueda
runtime: kemal
options:
shard_build_options: "-d --error-trace"
shard_build_options: "--release -d --error-trace"
ship_packages: []
devel_packages: []
healthcheck_options: "--interval=1m --timeout=2s --start-period=2s --retries=3"