Solution to Background job system

by Ian Ian
Asp.net core c#
To see the project code, view this page on desktop or go to the GitHub repo.
IanIan is looking for feedback

Is there a better way to implement different types of tasks other than having different queues and runners for each of them? I considered having a TaskWrapper object which is saved in a single task queue with type and json props then using a factory to inflate them but that seems overly complex.

What does this code do well?

Comments (1)

Anonymous User
Two alpacas having a conversation

Be the first feedback