iceberg-project / ICEBERG-middleware

This repo contains the ICEBERG middleware as it is agreed by the members of the ICEBERG project.
MIT License
2 stars 1 forks source link

Fixing issue #27 #28

Closed iparask closed 4 years ago

iparask commented 4 years ago

As per radical.utils generate_id counters are allowed in ru._ID_CUSTOM:

    Example::

        sid  = generate_id('re.session', ID_PRIVATE)
        uid1 = generate_id('task.%(item_counter)04d', ID_CUSTOM, ns=sid)
        uid2 = generate_id('task.%(item_counter)04d', ID_CUSTOM, ns=sid)
        ...

The seals counter is updated according to the example offered bu RADICAL.Utils