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

get_jobs() missing information on ".at()" #635

Open
joergklausen opened this issue Oct 15, 2024 · 0 comments
Open

get_jobs() missing information on ".at()" #635

joergklausen opened this issue Oct 15, 2024 · 0 comments

Comments

@joergklausen
Copy link

The returned list does not indicate the .at(), which is useful information in a setting where hourly jobs at specified minutes need to be executed. In my case, I want to run a job every 10', but I want it to run exactly at :00, :10, ..., :50 minutes of the hour. The returned information for the 6 jobs created is

Job(interval=1, unit=hours, do={job}, ...)
(repeated 6 times)

Please include "at=:10", etc.

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

1 participant