Skip to content
mailb0t Docs
LoginGet started

Live Monitor

Background Tasks

mB0t runs long-running work in the background so the dashboard stays responsive while operations complete.

What runs in the background

  • Campaign execution and scheduling
  • Bulk validations (emails, SMTP, proxies, IMAP) and health checks
  • Imports, exports, and background processing for large datasets
  • Monitoring, alerting, and maintenance routines that keep the instance healthy

What you'll see

Background work is surfaced as a timeline of statuses so you can spot bottlenecks quickly.

  • Queued → running → completed (or failed with an actionable message)
  • Progress indicators for long operations
  • Context on what was run and where it was triggered from

Troubleshooting

If something feels stuck, start with the task timeline, then check the Activity Logs for more context.

Related