How can I disable interval and scheduled jobs before starting Decisions?
I've made a copy of my production environment on another server for testing purposes, but I haven't started it yet as I don't want the scheduled/interval jobs starting with the environment. How can I turn these off from outside the environment before starting it?
Comments
-
You can use the below queries to disable interval and schedule jobs before you start the environment:
Disable job_schedule
Update job_schedule
Set active ='0'
Disable interval_schedule_job
Update interval_schedule_job
Set disabled ='1'
Delete from job_pending
Delete from job_pending
Please note, it is highly recommended that you create a backup of the environment's database before running any queries:
https://documentation.decisions.com/docs/backup-of-decisions-database-and-file-system
Howdy, Stranger!
Categories
- 4.3K All Categories
- 73 General
- 11 Training
- 206 Installation / Setup
- 1.1K Flows
- 109 Rules
- 268 Administration
- 212 Portal
- 496 General Q & A
- 709 Forms
- 340 Reports
- 3 Designer Extensions
- 48 Example Flows
- 56 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 184 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 69 Repository
- 229 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 58 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions