nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

add timed tasks #5

Open nabicht opened 6 years ago

nabicht commented 6 years ago

No idea how this will work yet. But I'm thinking about it.

Replicating the basicness of cron would be awesome. I wonder if there is a library I can piggyback on that exists already...

nabicht commented 6 years ago

I'm seriously debating whether to do this or not. I think it might be best to use things like cron to run "playbooks" or tasks that get added via the restful api at the right time.

Basically, might be better to trigger a script using already existent tools for managing timed procedures.

nabicht commented 6 years ago

removing this from v1.0 as I'm on the fence about whether or not I'll actually do it.