/**
 * Shared translation job constants — imported by the queue consumer and cron backstop.
 */

/** Maximum translation attempts before permanently failing a job. */
export const TRANSLATION_RETRY_MAX = 3;
