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

Running a job every X minutes for a specific amount of time? #266

Closed
egeersoz opened this issue Sep 25, 2017 · 3 comments
Closed

Running a job every X minutes for a specific amount of time? #266

egeersoz opened this issue Sep 25, 2017 · 3 comments
Labels

Comments

@egeersoz
Copy link

For example, when a user's credit card is declined, I want to send them an email every 24 hours for 7 days, but no more.

How do I specify this when setting up a runtime quantum job?

@maennchen
Copy link
Member

This is not the intended use of quantum.

You could however implement this by scheduling two jobs: 1) sending the email and 2) deleting the first job.

@egeersoz
Copy link
Author

That's how I ended up doing it, but it's a bit convoluted. Since use cases like this are very common, I think it should be added to Quantum. But it's obviously your call. Cheers.

@maennchen
Copy link
Member

Feature Request is tracked in issue #268

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

No branches or pull requests

2 participants