Omid Jafari

Results 3 comments of Omid Jafari

@tracyboehrer The checks are still failing after running the black formatter on slack_helper.py BTW, commit 1c1dc082193e6edb80f511f86751f82b89d19b9c helps with sending Yes/No confirm prompts to Slack.

The pattern defined in defines.py does not contain newer emojis though and needs to be updated. _emoji.get_emoji_regexp(_) from https://pypi.org/project/emoji can be used instead as well.

I was receiving many "Child Process Died" messages in my FastAPI application. Manually increasing the timeout mentioned in this PR fixed my issue.