RFC Ticket (pending)
Scheduleds Task
It would be nice if you can schedule task.
I try to add this.
PD: Sorry foy my english
on 04.02.09
reported by: hardian
owned by: ifunk
on 04.02.09
by ifunk
- **owner** was changed to _ifunk_
- **type** was changed to _rfc_
I'm open to suggestions on the requirements for scheduled tasks. What is your use-case scenario for them?
on 04.02.09
by hardian
I want to run a task, but not now, at specific time. Maybe sending a mail.
on 04.02.09
by hardian
I have the code, I'm figthing with git to commit to my fork :(
on 04.02.09
by ifunk
It would be fairly straightforward to add that feature. I've neglected to add complexity to the project as I'm not sure what would be of value to most people. Some ideas I've had include:
- run *exactly* at specific time (eg. absolute or relative date)
- run *after* a specific time
- run when an event occurs, eg. when 5-min cpu load drops below 0.5
- repeat tasks at specific intervals like cron
- run once another specific task has executed
I'll leave this ticket open for anyone else to comment. If you have a project that requires scheduling tasks for a purpose, let me know and I will consider adding something in that fits your purpose.
on 04.21.09
by hardian
I do a simple implementations of scheduled task in my fork.
