ian-whitestone / rpi-security-system

Building a home security system with a raspberry pi + Python + Slack
11 stars 2 forks source link

/last_image slash command length #3

Open ian-whitestone opened 6 years ago

ian-whitestone commented 6 years ago

The slash command times out since it takes more 3 seconds to upload the image to slack. Potentially respond instantly with the filename and say "uploading file XXXX", then spawn the slack_upload job in a different process.