Skip to content

Commit

Permalink
Merge pull request #374 from PanDAWMS/worker_minramcount
Browse files Browse the repository at this point in the history
Added minramcount to worker spec and increased DB version
  • Loading branch information
fbarreir committed Jul 11, 2024
2 parents de04e9f + f3a40ab commit d9bc2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pandaserver/taskbuffer/PandaDBSchemaInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class PandaDBSchemaInfo:
schema_version = None

def method(self):
schema_version = "0.0.17"
schema_version = "0.0.18"
_logger.debug(f"PanDA schema version required for Server is : {schema_version}")
return schema_version
1 change: 1 addition & 0 deletions pandaserver/taskbuffer/WorkerSpec.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class WorkerSpec(object):
"harvesterHost",
"errorCode",
"jobType",
"minRamCount",
)
# slots
__slots__ = _attributes + ("_changedAttrs",)
Expand Down

0 comments on commit d9bc2da

Please sign in to comment.