Message Boards Message Boards

4
|
168 Views
|
0 Replies
|
4 Total Likes
View groups...
Share
Share this post:
GROUPS:

How to make a recurring reminder to not push to production on Friday

Posted 1 month ago

This is a quick way to make yourself a weekly reminder that emails you Friday morning at 8 o'clock, using Wolfram Cloud:

task=CloudDeploy[
    ScheduledTask[
        SendMail[{"It's a great day to not push to production","Have a great weekend!"}],
        DateObject[{_,_,Friday,8,_,_}]
    ],
    "friday.task"
]

This uses the DateObject pattern specification to run it on Fridays at 8, and emails you (your WolframID email) the reminder.

POSTED BY: Joel Klein
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract