Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:21

0001 from idds.common.constants import ThrottlerStatus
0002 from idds.core import throttlers as core_throttlers
0003 
0004 throttler = {'site': 'Default',
0005              'status': ThrottlerStatus.Active,
0006              'num_requests': 15,
0007              'num_transforms': 90,
0008              'new_contents': 200000,
0009              'queue_contents': 50000}
0010 core_throttlers.add_throttler(**throttler)