Skip to main content
Version: v2.1 print this page

Scheduled Backend Jobs

With Schedule backend jobs, you can monitor the progress of all ongoing backend tasks within the Amorphic system. This includes their execution rate and any additional information.

Scheduled Backend Jobs Listing page

Schedule Backend Job API

The API enables you to control the status of a scheduled backend job identified by the "rule_name".

You can append the URL with either "enable-rule" or "disable-rule" to enable or disable the rule, respectively.

/events/{ rule_name }?rule_action=enable-rule/disable-rule

For example, you can use the URL "/events/{rule_name}?rule_action=enable-rule" to change the state of the specified rule.

Below image contains the details of a sample scheduled backend job:

Scheduled Backend Jobs Details page