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

[Batch 8] Porting Notebook PRs #106

Merged
merged 2 commits into from
Sep 27, 2019
Merged

Commits on Sep 27, 2019

  1. Allow ?no_track_activity=1 to opt-out of activity tracking (#4235)

    * Don't track API requests with `?no_track_activity=1` in the activity counter
    
    allows external idle-culling scripts to avoid updating the activity counter
    
    * Don't track kernel shutdown as kernel activity
    
    this causes idle-kernel shutdowns to restart the idle-shutdown timer
    
    user-requested shutdowns will still be tracked as api activity
    
    * test ?no_track_activity=1 tracking
    
    * Changelog for activity
    minrk authored and Zsailer committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    af62ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c73c030 View commit details
    Browse the repository at this point in the history