# Question: Task Scheduling and prioritization

**URL:** https://discuss.ray.io/t/question-task-scheduling-and-prioritization/20337
**Category:** Ray Core
**Created:** [November 1, 2024, 3:12pm UTC](https://discuss.ray.io/t/question-task-scheduling-and-prioritization/20337 "2024-11-01T15:12:31Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Mengjin\_Yan](https://avatars.discourse-cdn.com/v4/letter/m/d07c76/32.png) [@Mengjin\_Yan](https://discuss.ray.io/u/Mengjin_Yan)
#### Post date: [November 2, 2024, 5:09am UTC](https://discuss.ray.io/t/question-task-scheduling-and-prioritization/20337/2 "2024-11-02T05:09:24Z")

</div>

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](https://docs.ray.io/en/latest/ray-core/actors/async_api.html) and leverage [Concurrency Groups](https://docs.ray.io/en/latest/ray-core/actors/concurrency_group_api.html) 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.

---

_[View the full topic](https://discuss.ray.io/t/question-task-scheduling-and-prioritization/20337)._
