debian-mirror-gitlab/app/assets/javascripts/serverless/constants.js

11 lines
429 B
JavaScript
Raw Normal View History

2019-07-07 11:18:12 +05:30
export const MAX_REQUESTS = 3; // max number of times to retry
export const X_INTERVAL = 5; // Reflects the number of verticle bars on the x-axis
2019-09-04 21:01:54 +05:30
export const CHECKING_INSTALLED = 'checking'; // The backend is still determining whether or not Knative is installed
export const TIMEOUT = 'timeout';
2022-04-04 11:22:00 +05:30
export const DEPRECATION_POST_LINK =
'https://about.gitlab.com/releases/2021/09/22/gitlab-14-3-released/#gitlab-serverless';