
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.
Be the first feedback