Results 2 issues of cyberlis

Right now `redirect_slashes` parameter in sub routers created with `APIRouter` ignored, because only main router's `redirect_slashes` inside FastAPI class is taken into account. FastAPI class creates new router without `redirect_slashes`...

investigate

We can have potential normal-queue starvation if we have the same amount of tasks in both priority and normal queue This fix tries to address this issue. WIP, no merge