In my current project there are four components.
UI , Web api, console app, python api
UI: multiple users can login to portal and saves the data by calling api.
Back end: I need to create two jobs one is for default dates and another job is when user pushes data from ui it has to pickup the record and run the job parallel instead of waiting in queue.
there is a console app which runs every day as a Task scheduler for default dates.
How to notify console app when new item added to dB and immediately job should run(parallel) not in queues basis.
Both jobs(default dates & use configured from ui) should use same console app.
My company is not allowing us to use hang fire and licensed frameworks.
I read about publisher-consumer pattern, rabbitmq still not getting idea how to implement it.
Please help me on this how to solve the problem.
https://stackoverflow.com/questions/66072910/net-how-to-schedule-parallel-jobs-using-console-application February 06, 2021 at 10:04AM
没有评论:
发表评论