Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How can I set a task to be performed only when it reaches an specific date? #37

Closed
Nerian opened this issue Dec 3, 2011 · 2 comments

Comments

@Nerian
Copy link

Nerian commented Dec 3, 2011

I want to create a Task, that contains the day it which it was created. When the task is, say, 12h old it should perform its task.

What could be an elegant way to do this?

@bkeepers
Copy link
Owner

bkeepers commented Dec 3, 2011

You can't at this time. I'd recommend checking out rescue-scheduler or delayed_job for now. Qu may add support for scheduling at some point, but it's not high on the priorities right now.

@bkeepers bkeepers closed this as completed Dec 3, 2011
@Nerian
Copy link
Author

Nerian commented Dec 4, 2011

ok, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants