I have a get request for one of two objects inside a filterstore that looks like this:
req = yield depot.get(lambda req: req['id'] == 's38' or 's39')
I want to make this particular request a priority so that it queue jumps all other requests. Is this possible?