forked from raystack/optimus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[intn] | description and request timeout changes
- Loading branch information
1 parent
9a3888b
commit 9320256
Showing
4 changed files
with
15 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ func setupJobDetails(tnnt tenant.Tenant) *scheduler.JobWithDetails { | |
jobMeta := &scheduler.JobMetadata{ | ||
Version: 1, | ||
Owner: "[email protected]", | ||
Description: "This job collects the billing information related to infrastructure", | ||
Description: "This job collects the billing information related to infrastructure.\nThis job will run in a weekly basis.", | ||
Labels: map[string]string{"orchestrator": "optimus"}, | ||
} | ||
|
||
|
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