summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/serverless/constants.js
blob: 42c9ee983b465907fc4597e4945063a5f40162d3 (plain)
1
2
3
4
5
6
7
8
9
10
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

export const CHECKING_INSTALLED = 'checking'; // The backend is still determining whether or not Knative is installed

export const TIMEOUT = 'timeout';

export const DEPRECATION_POST_LINK =
  'https://about.gitlab.com/releases/2021/09/22/gitlab-14-3-released/#gitlab-serverless';