Skip to content

Releases: HSF/iDDS

2.2.40: Merge pull request #438 from HSF/dev

04 Jun 09:27
d28a149
Compare
Choose a tag to compare

(1) fix partial session commits
(2) split new_processing and prepared processing (add events, split functions, catch exceptions, exclude prepared tasks from poller/finisher/trigger)
(3) check duplications before submitting new tasks (fix the bigmon hosts limitations, call bigmon api to check duplicated tasks)
(4) fix to force clean locks during restarts
(5) add group workflow functions

2.2.39: Merge pull request #436 from HSF/dev

13 May 10:02
20ce502
Compare
Choose a tag to compare

add functions to map the asyncresult back with user specified key

2.2.38: Merge pull request #434 from HSF/dev

05 May 14:31
c0715fb
Compare
Choose a tag to compare

(1) functions to map iworkflow inputs and outputs between a task-chain
(2) fix the disorder issue because the parent_internal_id was not stored in database (it was only calculated in a process, when an agent is interrupt this part, the new agent will not have the parent_internal_id information. As a result, the order will not be respected).

2.2.37: Merge pull request #432 from HSF/dev

23 Apr 20:10
f62e187
Compare
Choose a tag to compare

2.2.36: Merge pull request #430 from HSF/dev

23 Apr 19:35
7c5097f
Compare
Choose a tag to compare

add output maps and functions to map files to an expected name
add cloud, site information in requests table
set max request body size in http

2.2.35: Merge pull request #428 from HSF/dev

16 Apr 13:34
123dc41
Compare
Choose a tag to compare

(1) update idds docker to add volume idds_requests
(2) define iworkflow parent relation
(3) tranformer agent to use the iworkflow parent relation to define when to submit a task
(4) define the dataset during submitting panda tasks

2.2.34: Merge pull request #426 from HSF/dev

14 Apr 12:11
771ba9f
Compare
Choose a tag to compare

(1) enable separate rotation logs in idds http rest service
(2) use additional storage to store dependency_map when it's too big
(3) move the task level dependency management from clerk to transformer (before the clerk will create the next transform until its previous transforms submitted. Now clerk will create all transforms at the beginning, the transformer manages to submit the transform until the previous transforms are submitted)
(4) fix duplicated inserting in contents_update table

2.2.33: Merge pull request #424 from HSF/dev

07 Apr 12:09
3a98218
Compare
Choose a tag to compare

2.2.32: Merge pull request #422 from HSF/dev

04 Apr 18:13
a84d331
Compare
Choose a tag to compare

group by keys before bulk update

2.2.31: Merge pull request #420 from HSF/dev

04 Apr 14:55
d6d2d21
Compare
Choose a tag to compare