-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent endless updating when a service is paused
In case of a paused app, the Kubernetes backend endlessly causes the web host meta cash to crawl web host meta information. Thus, it floods all browser to refresh all the time which then increases the load on the server. This commit fixes makes the started_at value optional, so that now Utc::now usage is necessary.
- Loading branch information
1 parent
e868f0c
commit 25b9777
Showing
11 changed files
with
593 additions
and
404 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.