Skip to content

jobs between times #6

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

Open
ray-5050 opened this issue Jul 16, 2018 · 2 comments
Open

jobs between times #6

ray-5050 opened this issue Jul 16, 2018 · 2 comments
Assignees

Comments

@ray-5050
Copy link

I didn't see a way of doing this but having jobs start between certain times would be nice. For example, I have sensors where I collect data every minute or so during the day time and every 5 minutes or more during the night. Therefore if a time is greater than 07:30 then very 1 minute, if time is greater than 20:00 then every 5 minutes. Thanks, like your OT.

@mycoboco
Copy link
Owner

My apologies for the late reply.

One workaround I can think of for your case is to run the same job with two different schedules, and to make only one of them run under a certain condition, which looks clumsy though.

Your proposal sounds very nice, and I will try to find an elegant way to handle such cases.

Thanks.

@mycoboco mycoboco self-assigned this Aug 24, 2018
@ray-5050
Copy link
Author

ray-5050 commented Aug 25, 2018 via email

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

No branches or pull requests

2 participants