Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stalledInterval when set to 0, returns redis error #1277

Closed
aishadeshmukh opened this issue Jun 9, 2022 · 1 comment
Closed

stalledInterval when set to 0, returns redis error #1277

aishadeshmukh opened this issue Jun 9, 2022 · 1 comment

Comments

@aishadeshmukh
Copy link

Hi, I'm using bull and have set stalledInterval to 0 (as per documentation, setting to 0 doesn't check for stalled jobs), but it gives me ERR invalid expire time in set error. If I set it to a higher number like 10 seconds it works well. I don't want to check for stalled jobs, what can be the approach here?
Using: "bull": "^3.22.10"

@aishadeshmukh
Copy link
Author

stalledInterval: number = 30000; // How often check for stalled jobs (use 0 for never checking).
This is what the documentation says

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant