Need an advice in implementation of scheduler/queue/bg job worker/ system bus
I have a legacy app that uses Hangfire for all these 4 things. I basically don't like the UI of Hangfire because it has 0 search capability, has no ability to launch a task from UI and has no node assignment ability. It would be great if new stack had all these abilities.
What I want is spit the responsibility and use smth like quartz for scheduling, mediatr/brighter for system event bus, rabbit/Kafka for queue etc Can someone help me choosing all these components?
0 comments:
Post a Comment