Task Manager
Schedule and manage background tasks for data exports, imports, synchronization jobs, and recurring database operations. The Task Manager lets you automate repetitive workflows and monitor job execution in real-time.
Create your first scheduled task:
The Task Manager supports various automation tasks for different data operations.
Automatically export data from MongoDB collections to files.
| Export Option | Description |
|---|---|
JSON |
Export to JSON format with optional pretty printing |
CSV |
Export to CSV with configurable delimiters and headers |
BSON |
Export in native MongoDB BSON format for backups |
SQL |
Export as SQL INSERT statements for migration |
Schedule automated data imports from files or external sources.
Configure when and how often tasks should run.
| Option | Description |
|---|---|
One-Time |
Run once at a specific date and time |
Hourly |
Run every hour at a specific minute |
Daily |
Run once per day at a specific time |
Weekly |
Run on specific days of the week |
Monthly |
Run on specific days of the month |
Cron |
Custom cron expression for advanced scheduling |
Tasks can be scheduled in any timezone. The Task Manager displays all times in your local timezone and handles daylight saving time automatically.
Monitor running tasks and view execution history.
| Status | Description |
|---|---|
Scheduled |
Task is waiting for its next scheduled run |
Running |
Task is currently executing |
Completed |
Task finished successfully |
Failed |
Task encountered an error |
Paused |
Task is temporarily disabled |
Manage tasks with various control actions.
Get notified about task execution results.
Apply transformations to data during export, import, or sync operations.
Configure task behavior and performance options.
| Setting | Description | Default |
|---|---|---|
Batch Size |
Number of documents to process per batch | 1000 |
Retry Count |
Number of retry attempts on failure | 3 |
Timeout |
Maximum execution time before timeout | 30 minutes |
Concurrent Tasks |
Maximum tasks that can run simultaneously | 2 |
Keep History |
Number of execution records to retain | 100 |
Download and start managing your MongoDB databases with ease.
Download Free Trial