You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can help decide failure timeout strategies. for e.g., we might want to fail fast and set it to lower values.
Also, do you think there can be negative impacts caused by this?
If this seems reasonable, we can also raise this as a PR.
Actual Behavior:
Currently it takes quite some time before it timeout, resulting in bad API response times on our systems.
The text was updated successfully, but these errors were encountered:
node.js version: 16
npm/yarn version: 8.3
faktory-server version: 1.6.0
facktory-worker
package version: 1.6.0Code sample:
Currently, the client.js files looks as following.
Expected Behavior:
Is is possible to set the acquireTimeoutMillis like below:
This can help decide failure timeout strategies. for e.g., we might want to fail fast and set it to lower values.
Also, do you think there can be negative impacts caused by this?
If this seems reasonable, we can also raise this as a PR.
Actual Behavior:
Currently it takes quite some time before it timeout, resulting in bad API response times on our systems.
The text was updated successfully, but these errors were encountered: