You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello.py does not represent a good function use-case for the cron event driver. I would suggest using something that posts out somehow, so we are not reliant on the run history to show that it's actually doing something.
For instance, create a function which gets the current weather for a locale and posts the weather to a slack channel on a schedule.
The text was updated successfully, but these errors were encountered:
hello.py does not represent a good function use-case for the cron event driver. I would suggest using something that posts out somehow, so we are not reliant on the run history to show that it's actually doing something.
For instance, create a function which gets the current weather for a locale and posts the weather to a slack channel on a schedule.
The text was updated successfully, but these errors were encountered: