Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Aug 19, 2022
1 parent 9ae2b1d commit 8e9877e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ Creates a Client with a connection pool
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| [options] | <code>object</code> | | |
| [options.url] | <code>string</code> | <code>&quot;tcp://localhost:7419&quot;</code> | connection string for the faktory server (checks for FAKTORY_PROVIDER and FAKTORY_URL) |
| [options.host] | <code>string</code> | <code>&quot;localhost&quot;</code> | host string to connect to |
| [options.url] | <code>string</code> | <code>&quot;tcp://127.0.0.1:7419&quot;</code> | connection string for the faktory server (checks for FAKTORY_PROVIDER and FAKTORY_URL) |
| [options.host] | <code>string</code> | <code>&quot;127.0.0.1&quot;</code> | host string to connect to |
| [options.port] | <code>number</code> \| <code>string</code> | <code>7419</code> | port to connect to faktory server on |
| [options.password] | <code>string</code> | | faktory server password to use during HELLO |
| [options.wid] | <code>string</code> | | optional wid that should be provided to the server (only necessary for a worker process consuming jobs) |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faktory-worker",
"version": "4.3.1",
"version": "4.4.0",
"description": "A faktory worker framework for node apps",
"type": "commonjs",
"main": "./lib/faktory.js",
Expand Down

0 comments on commit 8e9877e

Please sign in to comment.