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

Implement soft and hard limits for runs created by webhook trigger #1859

Closed
jyeshe opened this issue Mar 4, 2024 · 0 comments
Closed

Implement soft and hard limits for runs created by webhook trigger #1859

jyeshe opened this issue Mar 4, 2024 · 0 comments
Assignees
Labels
feature enhancement New feature or request

Comments

@jyeshe
Copy link
Contributor

jyeshe commented Mar 4, 2024

Handles soft and hard limits for runs created by webhook trigger. These limits are controlled by the Lightning.Extensions.UsageLimiter.

When the soft limit is reached the work order is created without a run with a specific status for that (not pending).

When the hard limit is reached the webhook controller returns 402.

@jyeshe jyeshe self-assigned this Mar 4, 2024
@jyeshe jyeshe added the feature enhancement New feature or request label Mar 4, 2024
stuartc added a commit that referenced this issue Mar 18, 2024
stuartc added a commit that referenced this issue Mar 19, 2024
* Remove all defaults from .env.example

Fixes #1859 and supercedes #1889.

* Update CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants