Skip to content

Not blocking REA because of slow removal at a site #8306

@chaen

Description

@chaen

Problem seen by Juno and LHCb.
Current solution is to distribute requests over time directly in the DB:

 update Request set NotBefore =  DATE_ADD(NOW(), INTERVAL FLOOR(RAND() * 3 * 24 * 60 * 60) SECOND)  where Status = 'Waiting' AND 
RequestName like '00293211_%';

Possible solution in the future:

  • multiple dedicated REA
  • TS submit requests already delayed requests

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions