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

add watchdog trigger immediately following wake event #1979

Merged
merged 4 commits into from
Dec 6, 2024

Conversation

zackattack01
Copy link
Contributor

The initial watchdog task triggers included 1 event based trigger to fire after a 1 minute delay from a wake event, and another 30 minute time based trigger. The event based trigger utilizes a delay to avoid running too early if resources are constrained immediately following a wake event, but in many cases we would want to try immediately anyway and avoid the delay.

This adds a third trigger, using the same event subscription but without the delay

@zackattack01 zackattack01 added this pull request to the merge queue Dec 6, 2024
Merged via the queue into main with commit 10cc4fe Dec 6, 2024
29 checks passed
@zackattack01 zackattack01 deleted the zack/add_watchdog_trigger branch December 6, 2024 20:26
@RebeccaMahany RebeccaMahany added the features-improvements Features and Improvements label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features-improvements Features and Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants