if you have one Cron trigger every minute, will a new cron be triggered even before the previous one
if you have one Cron trigger every minute, will a new cron be triggered even before the previous one is done?
WNAM, so the worker should be placed there too, but it is placed locally instead. I guess that's a beta product issue (smart placement)... but just FYI.


discord.com A @9.9.9.9 +noall +answer +shortdiggy diggy hole
•9/2/24, 6:32 PM

anyone with access to your accountthats just me, right? (i also have 2fa)
162.159.138.232
162.159.128.233
162.159.137.232
162.159.135.232
162.159.136.232node:pgknex[wrangler:err] TypeError: this.driver.Client is not a constructor
at Client_PG._acquireOnlyConnection (file:///home/sanner/Coding/Anemo/auth.ran.so/node_modules/knex/lib/dialects/postgres/index.js:81:24)
at Client_PG.acquireRawConnection (file:///home/sanner/Coding/Anemo/auth.ran.so/node_modules/knex/lib/dialects/postgres/index.js:99:17)
at create (file:///home/sanner/Coding/Anemo/auth.ran.so/node_modules/knex/lib/client.js:262:39)knex({
client: 'pg', // Replace 'pg' with your database client if different
connection: {
host: "hostDB",
port: 5432,
user: "postgres",
password: "passwordDB",
database: "databaseName",
ssl: {
rejectUnauthorized: false,
},
},
searchPath: ['knex', 'public'], // Optional: Specify search path for PostgreSQL
});