Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28709
| From | Michael Ströder <michael@stroeder.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Dynamically scheduling Cron Jobs for Python Scripts. |
| Date | 2012-09-07 22:54 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <k2dmuo$op6$1@dont-email.me> (permalink) |
| References | <1c24b34d-774f-4613-b6a9-f6f19fb24acb@googlegroups.com> <2702e6fc-a6f5-4bc1-9c47-216171506128@googlegroups.com> |
Miki Tebeka wrote: >> I want to re run the script at that schedule time to send me a email. > > Calculate how much time until the meeting. And spawn the script that will > sleep that amount of time and then send email. And if the process gets interrupted in the meantime (e.g. because of reboot)? Ciao, Michael.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Dynamically scheduling Cron Jobs for Python Scripts. coldfire <amangill.coldfire@gmail.com> - 2012-09-05 23:21 -0700
Re: Dynamically scheduling Cron Jobs for Python Scripts. Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2012-09-06 13:09 +0200
Re: Dynamically scheduling Cron Jobs for Python Scripts. Miki Tebeka <miki.tebeka@gmail.com> - 2012-09-06 13:17 -0700
Re: Dynamically scheduling Cron Jobs for Python Scripts. Michael Ströder <michael@stroeder.com> - 2012-09-07 22:54 +0200
csiph-web