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

[BEAM-3517] SDK - Fix Listing Scheduler all day daily #2734

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

molaycule
Copy link
Contributor

@molaycule molaycule commented Sep 4, 2023

Ticket

https://disruptorbeam.atlassian.net/browse/BEAM-3517

Brief Description

Fix Listing Scheduler all day daily set to first second of the first hour daily
image

Checklist

  • Have you added appropriate text to the CHANGELOG.md files?

Notes

When you are merging a feature branch into main, please squash merge and make sure the final commit contains any relevent JIRA ticket number. If you are merging from main to staging, or staging to production, please use a regular merge commit.

Does this introduce tech-debt? If so, have you added an entry to the Tech-debt document?

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

Have a WebGL build, friend. d91b96de302257633d672974ae05394c59bcdf68

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

Have a WebGL build, friend. cf87c366e8d750efab9efb8a7f42e18bd0ad3251

Copy link
Collaborator

@cdhanna cdhanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I get that this is going to be tricky, but "all day, every day" does not map to 1 0 0 * * *.

That cron string translates to, "on the second second of the first minute of the first hour, every day".

I think when we talked with Drazen, he was saying the schedule we actually want is 3 compound statements.

    • 0-23 * * * *
  • 1-59 0 * * * *

1-59 0 0 * * * *

Is it possible to make that work?

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

Successfully merging this pull request may close these issues.

None yet

2 participants