---
title: "Manage scheduled job execution"
sidebar_label: "Manage scheduled job execution"
sidebar_position: 4
description: "How to enable or disable scheduled job execution for an infobase"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'

# Manage scheduled job execution

Scheduled jobs are tasks that perform actions executed on a schedule in the background, for example, sending emails or requesting currency rates.

You can manage the prohibition of scheduled job execution in the Control panel — [enable execution](#allow-execution) and [disable execution](#prohibit-execution).

The set execution prohibition is not displayed in the Control panel.

You can disable or enable scheduled job execution in the Control panel and then perform the reverse action via a web client, thin client, or thick client. To manage scheduled job execution via the client, use the instructions in the [Infobase properties view](https://its.1c.ru/db/v8325doc#bookmark:cs:TI000000164) section of the 1C documentation.

## Enable execution \{#allow-execution}

1. In the [Control panel](https://my.selectel.ru/ones/base), on the top menu, click **Products** and select **1C Managed Cloud**.
2. Go to the **Infobases** section.
3. Open the infobase page → **Configuration** tab.
4. In the **Support and Maintenance** block, in the **Scheduled jobs** line, click **Enable**.
5. Enter the username and password for an infobase user with administrator rights.
6. Click **Enable**.

## Disable execution \{#prohibit-execution}

1. In the [Control panel](https://my.selectel.ru/ones/base), on the top menu, click **Products** and select **1C Managed Cloud**.
2. Go to the **Infobases** section.
3. Open the infobase page → **Configuration** tab.
4. In the **Support and Maintenance** block, in the **Scheduled jobs** line, click **Disable**.
5. Enter the username and password for an infobase user with administrator rights.
6. Click **Disable**.

<Formbricks />
