Skip to content
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

Lower the default slurm concurrency limit to 15 #339

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

JamesWrigley
Copy link
Member

With 30 I still observe some SQLite locking errors, including from the GUI (which crashed it).

@takluyver
Copy link
Member

If we're changing the default, let's change it for the CLI as well:

DAMNIT/damnit/cli.py

Lines 112 to 115 in 2548d5e

reprocess_ap.add_argument(
'--concurrent-jobs', type=int, default=30,
help="The maximum number of jobs that will run at once (default 30)"
)

Other than that, LGTM.

@JamesWrigley
Copy link
Member Author

Roger that, fixed in 5ebdc47.

@JamesWrigley JamesWrigley merged commit b98eca6 into master Sep 18, 2024
4 checks passed
@JamesWrigley JamesWrigley deleted the lower-job-limit branch September 18, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants