Skip to content

Commit

Permalink
Merge pull request #245 from HSF/dev
Browse files Browse the repository at this point in the history
to support rss offset and rss step
  • Loading branch information
wguanicedew authored Oct 31, 2023
2 parents a84c5b6 + 51f7c98 commit 072135a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doma/lib/idds/doma/workflowv2/domapandawork.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def __init__(self, executable=None, arguments=None, parameters=None, setup=None,
self.task_rss = task_rss
self.task_rss_retry_offset = task_rss_retry_offset
self.task_rss_retry_step = task_rss_retry_step
self.task_rss_max = task_rss_max
self.task_priority = task_priority

self.vo = vo
Expand Down

0 comments on commit 072135a

Please sign in to comment.