[Feature] Design queue mechanism for PR
adrianriobo opened this issue · 0 comments
adrianriobo commented
Under certain circumstances it is possible new synchronized events re trigger the same action. This new event invalidate the previous one so does the previous execution.
The idea would be to map (persist) the PR with the action, and on new events for the PR stop previous action execution and start a new execution.