Capability
11 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “scheduler-driven dag run instantiation and task queuing”
Industry-standard workflow orchestration.
Unique: Decouples scheduling logic from execution via database-backed task queue, enabling multiple independent schedulers and stateless restarts. Supports multiple scheduling modes: time-based (cron), asset-based (data dependencies), and deadline-based (SLA enforcement). DAG file parsing happens in scheduler process, not in workers, centralizing parsing errors and reducing worker overhead.
vs others: More sophisticated scheduling than cron-only systems (Unix cron, simple schedulers), with asset-based triggering comparable to dbt's manifest-based scheduling. Single-threaded scheduler is simpler than Prefect's distributed scheduler but requires careful tuning for large deployments.
via “cron-based and delayed task scheduling”
Background jobs framework for TypeScript.
Unique: Implements timezone-aware cron scheduling with automatic DST handling via the delayedRunSystem, storing scheduled runs in the database rather than in-memory, ensuring schedules survive process restarts and are queryable for debugging.
vs others: Provides database-backed scheduling with timezone awareness, making it more reliable than node-cron for production use, while being simpler to configure than Temporal's calendar-based scheduling.
via “scheduled task execution with cron-like scheduling”
Open-source SaaS template with AI and payments built in.
Unique: Integrates job scheduling directly into the Wasp DSL with cron expression support, eliminating the need for external job queue services like Bull or RabbitMQ for simple scheduling use cases. The template includes working examples of scheduled tasks (e.g., AI task processing) that developers can extend for their own background operations.
vs others: Simpler than external job queues (no additional infrastructure), but less robust than distributed job systems for high-volume or mission-critical tasks that require guaranteed execution and retry logic.
via “task scheduling and delayed execution with sqlite persistence”
A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
Unique: Uses SQLite as a lightweight task queue (src/db.ts) with polling-based execution rather than external job schedulers, keeping the entire system self-contained in a single Node.js process and SQLite database file
vs others: Simpler than Redis-based task queues (no separate service to deploy) but less scalable; more reliable than in-memory task lists because tasks survive host restarts
via “task-scheduling-and-recurring-execution”
Bytebot is a self-hosted AI desktop agent that automates computer tasks through natural language commands, operating within a containerized Linux desktop environment.
Unique: Integrates task scheduling directly into the agent framework, enabling recurring automation without external schedulers or cron jobs.
vs others: Simpler than external schedulers (like cron or Kubernetes CronJob) because scheduling is configured within the task definition itself.
via “cron-like scheduling with time-based and event-based triggers”
Self-hosted workflow engine for scripts, cron jobs, containers, and ops automation. YAML workflows, retries, logs, approvals, and optional distributed workers.
Unique: Embedded cron scheduler in the Dagu binary — no external cron daemon or scheduling service required, making it suitable for air-gapped environments and simplifying deployment
vs others: More portable than system cron (works on Windows with WSL, Docker, cloud VMs) and more observable than traditional cron because execution history and failures are tracked in the workflow engine
via “scheduler with configurable execution intervals and cron-based scheduling”
Placeholder for the old Airflow package
Unique: Implements scheduler as a long-running process with configurable heartbeat loop that parses DAGs, creates task instances, and monitors progress. Supports cron-based scheduling with 1-minute minimum granularity. Single-threaded design in early versions limits scalability but simplifies reasoning about scheduling order.
vs others: More flexible than cron for complex workflows; integrated task dependency management is better than separate cron jobs. Single-threaded scheduler is simpler than distributed schedulers (Kubernetes, Nomad) but less scalable.
via “task-scheduling-and-recurring-automation”
AI personal assistant that automates browser task
Unique: Integrates scheduling with task execution monitoring, providing unified visibility into scheduled task performance and automatic retry on failure, rather than treating scheduling as separate from execution
vs others: More convenient than external cron jobs because scheduling is integrated with task management, though with less flexibility than custom scheduling infrastructure
via “scheduled workflow execution”
via “scheduled and event-driven workflow execution”
Unique: unknown — insufficient data on whether scheduling uses a distributed job queue (like Bull, RQ) or cloud-native scheduler (AWS EventBridge, Google Cloud Scheduler)
vs others: unknown — reliability and latency are critical for event-driven automation, but Adrenaline's execution guarantees and performance characteristics are undocumented
via “scheduled-task-automation”
Building an AI tool with “Scheduler Driven Dag Run Instantiation And Task Queuing”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.