Skip to content

Changing entity worker requeue to 5s

Max Fan requested to merge change_bulk_entity_wait_time_to_5s into master

What does this MR do and why?

Changing the PERFORM_DELAY delay back to 5 seconds.

This is due to the increased delay impacting e2e specs significantly #430811 (comment 1636003427)

Because this worker has

deduplicate :until_executed, if_deduplicated: :reschedule_once

even if it was re-queued before it finishes, it should be rescheduled nonetheless.

Relates to: #429606 (closed)

Screenshots or screen recordings

n/a

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Max Fan

Merge request reports