-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn users if job submitted will exceed quota (#1100)
* Warn users if job will exceed quota * update reno * update reno again
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
features: | ||
- | | ||
There will now be a warning if a user submits a job that is predicted to | ||
exceed their job execution time monthly quota of 10 minutes. | ||
This only applies to jobs run on real hardware in the instance ``ibm-q/open/main``. | ||
If the job does end up exceeding the quota, it will be canceled. |