Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Scheduler Validate Servers - #5575 #5586

Merged
merged 12 commits into from
Mar 21, 2023

Conversation

mtrutledge
Copy link
Contributor

Fixes #5575

Summary

Adds a WebServerMonitor scheduled task that runs every 5 minutes. This scheduled task updates the Last Activity Date for a WebServer. If a server hasn't been seen in > 10 minutes then it is disabled. If a WebServer hasn't been seen in > 24 hours then delete the server from the table. Anytime we deactivate or delete a server, we updated the scheduled tasks related to the deactivated server to a new server.

Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

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

Looks good to me

@valadas valadas added this to the 9.11.2 milestone Mar 21, 2023
@valadas valadas merged commit 645bc86 into dnnsoftware:develop Mar 21, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust Scheduler to Validate Existence of Server Before Start and Update Task If Needed
3 participants