8000 Add queue selection support · Issue #7 · ahydrax/Hangfire.Atoms · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add queue selection support #7

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

Open
sergeyshaykhullin opened this issue Jun 21, 2020 · 1 comment
Open

Add queue selection support #7

sergeyshaykhullin opened this issue Jun 21, 2020 · 1 comment

Comments

@sergeyshaykhullin
Copy link
sergeyshaykhullin commented Jun 21, 2020
jobClient.Enqueue("test", builder =>
{
	for (int i = 0; i < 10; i++)
	{
                // here
		builder.Enqueue<ITestJobs>(t => t.TestMethod(), "queue");
	}
// and/or here
}, "queue");

AtomBuilder.cs
image

@sergeyshaykhullin
Copy link
Author

@ahydrax I created proof of concept #8

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
0