We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321870a commit 25a6b3bCopy full SHA for 25a6b3b
orchestrator/src/lib/infrastructure/faktory/faktory-client.ts
@@ -1,10 +1,8 @@
1
-import faktory from "faktory-worker";
2
import type { Job } from "faktory-worker";
+import faktory from "faktory-worker";
3
4
const client = new faktory.Client({
5
- host: process.env.FAKTORY_HOST,
6
- port: process.env.FAKTORY_PORT,
7
- password: process.env.FAKTORY_PASSWORD,
+ url: process.env.FAKTORY_URL,
8
});
9
10
export { client, faktory };
0 commit comments