pull_requests_to_slack icon indicating copy to clipboard operation
pull_requests_to_slack copied to clipboard

Use background jobs to delay some slack methods

Open vitogit opened this issue 5 years ago • 0 comments

If the ON HOLD label is quickly added and removed the search will not work because the message is not found by slack. We can use sleep on find_message(text) but that´s not a good solution. The best solution would be to use suckerpunch or some background job to delay the work 30s.

vitogit avatar Aug 02 '19 14:08 vitogit