Last updated Dec 21, 2017

Getting started

What is Cronman?

“Distributed Sleep as a Service” for Atlassian Cloud.

Cronman is a distributed Unix cron-like service that allows scheduling time-based tasks in the future. Users (services) can schedule jobs on a schedule by defining a job in Cronman. When the jobs are due, Cronman invokes the configured API for the job destination.

The callback is typically an HTTP call to the service which scheduled the job, or a message placed on an AWS SQS queue to be consumed by the calling service.

How to use Cronman?

REST API

Interact with Cronman via REST API.

Integration with MICROS Service Provisioning

Micros allows you to configure Cronman jobs to send HTTP or SQS request in your service descriptor. See Micros knowledge base for details.


For more details, please see Cronman user documentation.

Rate this page: