Hi @KAV101, I don’t think Ray today support actor task priority.
At the same time, for the specific example, one thing you can try is to use AsyncIO actor or threaded actor and leverage Concurrency Groups to essentially have 2 tasks queues for the 2 functions you’d like to call on the Policy actor. But need to keep in mind that, you might need to be careful about the any race conditions.