-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cancel crawl immediately when exec minutes hard cap passed
Track runningExecTime in operator CrawlStatus to track execution time for running crawler pods. If the running crawl time + monthly execution time tracked in org exceeds hard cap, cancel crawl. This should cancel the crawl within about 5-10 seconds of hard cap being exceeded (i.e. on next sync), rather than at the end of the crawl or when a crawler pod restarts as before.
- Loading branch information
Showing
2 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
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