Bridge worker updates
This commit is contained in:
parent
a445762a37
commit
f93c4ad317
33 changed files with 17584 additions and 161 deletions
13
apps/bridge-worker/graphile.config.ts
Normal file
13
apps/bridge-worker/graphile.config.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import type {} from "graphile-config";
|
||||
import type {} from "graphile-worker";
|
||||
|
||||
const preset: GraphileConfig.Preset = {
|
||||
worker: {
|
||||
connectionString: process.env.DATABASE_URL,
|
||||
maxPoolSize: 10,
|
||||
pollInterval: 2000,
|
||||
fileExtensions: [".ts"],
|
||||
},
|
||||
};
|
||||
|
||||
export default preset;
|
||||
Loading…
Add table
Add a link
Reference in a new issue