Skip to content

Commit

Permalink
reduce max number of jobs for queue
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsridhar12345 committed Apr 9, 2024
1 parent 8c69dcf commit 8b2950e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "npc_lims"
version = "0.1.139"
version = "0.1.140"
description = "Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud."
authors = [
{ name = "Arjun Sridhar", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/npc_lims/jobs/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
INITIAL_VALUE = "Added to Queue"
INITIAL_INT_VALUE = -1

MAX_RUNNING_JOBS = 8
MAX_RUNNING_JOBS = 6


def read_json(process_name: str) -> dict[str, npc_lims.CapsuleComputationAPI]:
Expand Down

0 comments on commit 8b2950e

Please sign in to comment.