6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
12 lines
471 B
JavaScript
12 lines
471 B
JavaScript
'use strict';
|
|
|
|
module.exports.Messages = {
|
|
RETRY_JOB_NOT_EXIST: "Couldn't retry job: The job doesn't exist",
|
|
RETRY_JOB_IS_LOCKED: "Couldn't retry job: The job is locked",
|
|
RETRY_JOB_NOT_FAILED:
|
|
"Couldn't retry job: The job has been already retried or has not failed",
|
|
MISSING_REDIS_OPTS: `Using a redis instance with enableReadyCheck or maxRetriesPerRequest for bclient/subscriber is not permitted.
|
|
see https://github.com/OptimalBits/bull/issues/1873
|
|
`
|
|
};
|