-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Queuing feature not working? #43
Comments
I'll have a look and let you know :) |
I also tried with scheduler:
and the same result: action not firing. |
I got it working - I'll have to put it up as a demo though |
Great, so it was because of me :) |
So you'll need to you the .NET Core Host Builder to get console apps to work. I created an example here. If you're not familiar with the host builder you might want to start here. You'll probably need to create a Hosted Service to do whatever you need. Or, using the web host builder you could make a really slim service that exposes a few endpoints to do whatever you need. Let me know if things work out! |
PS That's a quick and dirty example lol |
I got it, thanks! |
I'm playing around queuing functionality a little bit, but no luck...
Steps:
The queued tasks not firing. I put a breakpoint in QueuingHost:StartAsync method, where queuing timer seems to be started, but not firing. Did I miss something?
The text was updated successfully, but these errors were encountered: