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

"0 0,6-23/2 * * *" not supported #21

Open
bojiang opened this issue Aug 7, 2018 · 2 comments
Open

"0 0,6-23/2 * * *" not supported #21

bojiang opened this issue Aug 7, 2018 · 2 comments

Comments

@bojiang
Copy link

bojiang commented Aug 7, 2018

https://unix.stackexchange.com/questions/67158/crontab-entry-with-hour-range-going-over-midnight

@Salamek Salamek self-assigned this Oct 16, 2018
@Salamek Salamek removed their assignment Jul 3, 2022
@adampl
Copy link

adampl commented Dec 28, 2023

@Salamek This issue kicked me in the face today, as django-celery-beat relies on this package.

@adampl adampl mentioned this issue Dec 28, 2023
Closed
@adampl
Copy link

adampl commented Dec 28, 2023

The test might look like this:

    def test_list_with_range_and_interval(self):
        self.assertEqual(
            "At 12:00 AM and between 06:00 AM and 11:59 PM every 2 hours",
            get_description("0 0,6-23/2 * * *", self.options)
        )

I've tried fixing it myself, but it seems too messed up...

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

3 participants