Base solution for your next web application
Open Closed

Custom BackgroundJobManager #1654


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.