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

Jobs getting enqueued but not executed #10

Open
konarpriyanku opened this issue Oct 24, 2018 · 2 comments
Open

Jobs getting enqueued but not executed #10

konarpriyanku opened this issue Oct 24, 2018 · 2 comments

Comments

@konarpriyanku
Copy link

for some reason my jobs are getting enqueued but not getting executed
image

@konarpriyanku
Copy link
Author

image

@huiji1990
Copy link

for some reason my jobs are getting enqueued but not getting executed
image

Hangfire Server start with only one default queue, you need add queue "jobs" to ServerOptions.

app.UseHangfireServer(new BackgroundJobServerOptions
{
Queues = new[] { "default", "apis", "jobs" }
});

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

2 participants