- Notifications
You must be signed in to change notification settings - Fork928
Open
Description
When a user creates a workspace with adaily_cost
that exceeds their quota budget, the build will start and fail. Instead, we should warn the user that their build will be prevented by the quota feature, and block the create button.
This may require some rework to the quota feature as we compute the totaldaily_cost
of a workspace at creation time.