feat(worker): add autosync scheduler, endpoint, locking and UI controls

This commit is contained in:
2026-03-05 17:33:14 +00:00
parent 34aa17a74a
commit 5e5fb3221a
10 changed files with 567 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ for (const key of requiredEnvs) {
export const env = {
appUrl: process.env.NEXT_PUBLIC_APP_URL ?? "http://localhost:3000",
jobSecret: process.env.JOB_SECRET ?? "",
cronSecret: process.env.CRON_SECRET ?? "",
encryptionKey: process.env.ENCRYPTION_KEY ?? "",
pleskCredEncKey: process.env.PLESK_CRED_ENC_KEY ?? "",
stripeSecretKey: process.env.STRIPE_SECRET_KEY ?? "",