Skip to main content

Tasks

Synapse is coming soon! This page previews the task functionality.
Run one-off tasks on your servers.

Running Tasks

From Dashboard

  1. Go to Synapse > Tasks
  2. Select environment
  3. Enter command
  4. Click “Run”

From Claude

“Run rails db:migrate on staging”
“Run rake cleanup:old_sessions on production”

Predefined Tasks

Configure common tasks:
# .brainzlab/synapse.yml
tasks:
  migrate:
    command: rails db:migrate
    description: Run database migrations

  console:
    command: rails console
    interactive: true

  cache_clear:
    command: rails cache:clear
    description: Clear Rails cache

Task History

View all task runs:
  • Command executed
  • Exit code
  • Output logs
  • Duration

Coming Soon

Join Waitlist

Get notified when Synapse launches