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

Fix cron unexpectedly fails to start after being enabled #760 #1309

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

markshust
Copy link
Owner

No description provided.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 25, 2025
Copy link

what-the-diff bot commented Mar 25, 2025

PR Summary

  • Improvement in the Scheduler (Cron) Service
    We have enhanced the routine or "cron" service, adding a new function where we create a .cron-enabled file every time this service is turned on, and remove it when it's turned off. This change allows us to keep track of its status more accurately.

  • Adjustments to the Startup Process
    Minor modifications have been made to the system's start-up script. Now, every time the system starts, it checks whether the cron service was enabled initially. If it finds that to be the case, the system will automatically restart the cron service, ensuring its efficient and reliable operation.

@markshust markshust merged commit 49d482b into release/next Mar 25, 2025
1 check passed
@markshust markshust deleted the feature/cron-fix branch March 25, 2025 20:03
@dosubot dosubot bot added the bug label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant