What scheduling mechanisms does skypilot use? #4666
zhenrong-wang
started this conversation in
General
Replies: 2 comments 4 replies
-
Hi @zhenrong-wang, thanks for the question! We currently just use a very simple FIFO scheduler to schedule the job, i.e., jobs will be in PENDING state if a job submitted earlier is still PENDING. Please see our skypilot/sky/skylet/job_lib.py Line 266 in 5e6b39c |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yep, for a same cluster, we assume it is a trusted env.
…________________________________
From: zhenrong-wang ***@***.***>
Sent: Thursday, February 6, 2025 9:08:57 PM
To: skypilot-org/skypilot ***@***.***>
Cc: Zhanghao Wu ***@***.***>; Comment ***@***.***>
Subject: Re: [skypilot-org/skypilot] What scheduling mechanisms does skypilot use? (Discussion #4666)
Good to know the fresh update.
So, by "We don’t have isolation support at the moment", does it mean that any users can see others' resources in a shared cluster? E.g. user_a is able to check user_b's directory and workloads when connecting (e.g. ssh) to the cluster?
Thanks.
—
Reply to this email directly, view it on GitHub<#4666 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABTQXJMV2KXQISVG4DSLUMD2OQ5WTAVCNFSM6AAAAABWVBD2RWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBYHE4DOMY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I am new to skypilot. I am curious that, skypilot supports multi-task/job scheduling in a cluster. Does it use any external schedulers such as SLURM? If not, what are the scheduling strategies skypilot support? Any priority management?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions