[CR-005] Config — Set TASKS_ENABLED=false to measure baseline costs #5

Open
opened 2026-05-06 00:53:25 +00:00 by admin · 0 comments
Owner

Change Request

Type: Config Change · Risk: Low
Service: push-backend (Railway)
Date: 2026-05-05

Description

Set TASKS_ENABLED=false in Railway environment. Tasks skip execution but next_run advances so schedule resumes cleanly on re-enable. Pausing to measure API cost baseline without scheduled task traffic.

Self-Review Checklist

  • CR-004 (kill switch code) already live
  • railway variables confirms value set
  • Deployment logs clean after railway up

Rollback

railway variables --set "TASKS_ENABLED=true" && railway up --detach

Status: Completed

## Change Request **Type:** Config Change · **Risk:** Low **Service:** push-backend (Railway) **Date:** 2026-05-05 ### Description Set `TASKS_ENABLED=false` in Railway environment. Tasks skip execution but `next_run` advances so schedule resumes cleanly on re-enable. Pausing to measure API cost baseline without scheduled task traffic. ### Self-Review Checklist - [x] CR-004 (kill switch code) already live - [x] `railway variables` confirms value set - [x] Deployment logs clean after `railway up` ### Rollback ``` railway variables --set "TASKS_ENABLED=true" && railway up --detach ``` **Status:** Completed ✅
admin added the config-changerisk:low labels 2026-05-06 00:53:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/1ai-ops#5