-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integrate Time API for Accurate Cron Job Scheduling #508
Comments
tholulomo
added a commit
that referenced
this issue
Aug 20, 2024
tholulomo
added a commit
that referenced
this issue
Oct 21, 2024
tholulomo
added a commit
that referenced
this issue
Oct 27, 2024
tholulomo
added a commit
that referenced
this issue
Oct 27, 2024
tholulomo
added a commit
that referenced
this issue
Oct 27, 2024
tholulomo
added a commit
that referenced
this issue
Oct 27, 2024
tholulomo
added a commit
that referenced
this issue
Oct 29, 2024
tholulomo
added a commit
that referenced
this issue
Oct 29, 2024
tholulomo
added a commit
that referenced
this issue
Oct 29, 2024
tholulomo
added a commit
that referenced
this issue
Oct 29, 2024
tholulomo
added a commit
that referenced
this issue
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
We are experiencing server crashes during the day, which is suspected to be caused by our nightly cron job running at the wrong time. To address this, we need to integrate an API that provides the current time in the US/Eastern time zone at server start. This will allow us to calculate the time remaining until midnight and schedule the cron job accordingly. This implementation will help ensure the cron job runs at the intended time, potentially resolving the server crash issue.
Tasks:
Acceptance Criteria:
Priority: High
The text was updated successfully, but these errors were encountered: