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

Frequent Reoccurring Background Jobs #2481

Open
gavinsauder opened this issue Dec 12, 2024 · 1 comment
Open

Frequent Reoccurring Background Jobs #2481

gavinsauder opened this issue Dec 12, 2024 · 1 comment

Comments

@gavinsauder
Copy link

I have a dot net app with hangfire using sql server and I'm looking to setup a reoccurring job to run every 5 seconds. It seems like the lowest I can go by default is 15 seconds. I tried configuring the polling interval as described here, but that didn't seem to work for me. Is there any way to accomplish this?

@Rayzbam
Copy link

Rayzbam commented Jan 2, 2025

Show a piece of your code to help us.
I would try to only set the QueuePollingInterval to 5 seconds or less.

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

No branches or pull requests

2 participants