spin icon indicating copy to clipboard operation
spin copied to clipboard

Cron / timer triggered components

Open radu-matei opened this issue 3 years ago • 3 comments

It would be helpful to be able to write components and applications triggered by a cron schedule.

Each component in a "cron" application would be able to define its own schedule.

radu-matei avatar Apr 17 '22 14:04 radu-matei

@ecumene has started experimenting with this - ref https://github.com/ecumene/spin/blob/cron/crates/schedule/src/lib.rs#L77

radu-matei avatar Apr 24 '22 21:04 radu-matei

Bikeshedding: how about ClockTrigger? Covers both cron-like (specific times of day) and timer-like (intervals, not caring about specific time) cases.

lann avatar May 09 '22 12:05 lann

Is this still intended for the upcoming v0.3.0 release? Or should we remove the milestone for now?

vdice avatar Jun 16 '22 18:06 vdice