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

Nightly jobs, incorrect docs #8676

Open
elyasADK opened this issue Mar 27, 2024 · 1 comment
Open

Nightly jobs, incorrect docs #8676

elyasADK opened this issue Mar 27, 2024 · 1 comment

Comments

@elyasADK
Copy link

Locations

nightly jobs
with the incorrect information.

This is incorrect:

        "per_hour": 1,
        // at 01:00 UTC
        "hours_of_day": [1],
        // on the following days of the week
        "days_of_week": ["TUE", "WED", "THU", "FRI", "SAT"]

Correct is:

        "per-hour": 1,
        // at 01:00 UTC
        "hours-of-day": [1],
        // on the following days of the week
        "days-of-week": ["TUE", "WED", "THU", "FRI", "SAT"]
@rosieyohannan
Copy link
Contributor

Thank you for spotting this, I'll get it updated 👍 👍

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