Skip to content

Scheduled automations (background daemon) #4

Description

@andreahlert

Description

Run automations continuously in the background on a schedule, instead of manual auto run.

Features

  • Cron-like scheduling per automation
  • Background daemon mode (postcli-substack auto daemon)
  • Systemd/launchd service file generation
  • Logging to file with rotation
  • Status monitoring via CLI

CLI

postcli-substack auto daemon start
postcli-substack auto daemon stop
postcli-substack auto daemon status
postcli-substack auto daemon install # generate systemd/launchd unit

Notes

Should work as a lightweight Node.js process with minimal memory footprint. Consider using node-cron or native setTimeout loops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    automationAutomation enginefeatureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions