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

related work: APScheduler #12

Closed
jabbalaci opened this issue Jul 1, 2013 · 1 comment
Closed

related work: APScheduler #12

jabbalaci opened this issue Jul 1, 2013 · 1 comment

Comments

@jabbalaci
Copy link

Hi,

FYI: there is a similar work called APScheduler (http://pythonhosted.org/APScheduler/), which is a heavier solution and more similar to cron.

I have a question too. With "schedule" I want to execute a code at Xh00, Xh15, Xh30, and Xh45, where X ranges from 0 to 23, i.e. execute a code every 15 minutes and start at Xh00 sharp. This is different from "execute something every 15 minutes", because this could start at Xh03, then it continues at Xh18, etc.

Best,

Laszlo

@dbader
Copy link
Owner

dbader commented Jul 23, 2013

Hi @jabbalaci and thanks for your comment. It's good you mention APScheduler because for some use cases it may be a better fit than schedule. I'll include this recommendation in the FAQ in the next few days.

Regarding question on how to run jobs at absolute timestamps with a fixed start time: This is not possible with schedule at the moment. If more people require this functionality it may definitely be worthwhile to provide it. If you're interested in providing a feature patch for this please get back to me.

@dbader dbader closed this as completed Aug 25, 2013
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