-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split/main/join should be able to take different cluster templates #3
Comments
Interesting idea. We had been toying with the idea of allowing the split to run locally, particularly in the cases where the split is trivial. We provisionally decided against it because of the risk that a "trivial" split could grow to become non-trivial and tie up serious resources on the submit host. As for different queues, there is the concept of the |
As I don't have access to 10XDev, I cannot view the url you sent. It does sound like it covers my main use case which is on a cluster that has a queue that limits me to 12 hours on the normal queue and some join phases possibly taking longer. |
Sorry about that, fixed the link. |
One note on that feature is there's a bug in martian 2.3 which may prevent that from working correctly. It's fixed in 2.3.1. |
Teach rust adapter to work with new monitor parent
Sometimes a join method runs very long and requires a different queue or you want the split to run locally.
The text was updated successfully, but these errors were encountered: