Bridge worker updates
This commit is contained in:
parent
a445762a37
commit
f93c4ad317
33 changed files with 17584 additions and 161 deletions
10
apps/bridge-worker/graphile.config.prod.js
Normal file
10
apps/bridge-worker/graphile.config.prod.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
worker: {
|
||||
connectionString: process.env.DATABASE_URL,
|
||||
maxPoolSize: 10,
|
||||
pollInterval: 2000,
|
||||
concurrentJobs: 3,
|
||||
taskDirectory: "/opt/bridge/tasks",
|
||||
fileExtensions: [".js", ".cjs", ".mjs"],
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue