Metaflowbot makes it fun and easy to monitor your Metaflow runs, past and present. Imagine starting a training run that lasts for hours - you can now monitor it anywhere using Slack on your mobile device!
The bot is easy to deploy: It is just a Python process with few external dependencies - no databases needed. Its security footprint is small as it uses only a tightly scoped set of Slack calls. During development you can run the bot on any workstation, so it is quick to iterate on custom actions and extend it to suit your needs. For production deployments the bot ships with a CloudFormation template for automating your deployments to AWS.
There are two ways interact with the Metaflow bot. You can invite the bot on a channel
or directly speak to it via direct message
.
-
@flowey help
: Help -
@flowey tell me a joke
-
@flowey how to inspect
: How to inspect -
@flowey inspect HelloFlow
: InspectRun
s of a particularFlow
-
@flowey inspect savin's HelloFlow
: InspectRun
s of a particularFlow
-
@flowey inspect savin's HelloFlow tagged some_tag
: InspectRun
s of a particularFlow
-
@flowey inspect HelloFlow/12
: Inspect an individualRun
instance -
@flowey inspect the latest run of HelloFlow
: Inspect an individualRun
instance -
@flowey inspect savin's latest run of HelloFlow
: Inspect an individualRun
instance
If you require some customization for your deployment or need additional help, please feel free to reach out to us at http://slack.outerbounds.co. We are very happy to help!