pull_requests_to_slack
pull_requests_to_slack copied to clipboard
Use background jobs to delay some slack methods
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.