0
tonid created
Hi,
I have the following requirements:
a. User submit job from website b. Queue manager (application that we built) read job from db c. Worker service run background job and read job ID from queue manager
Do you have any suggestion about our requirements? And how to customize the backgroundJobManager to read outside DB and we can run job that reads from queue manager.
Thanks
1 Answer(s)
-
0
Hi,
I couldn't understand your case clearly but if I undersdant it correct, You can consider using HangFire in your case. If you want to read some data from an external database, you can use classic EntityFramework way for it.