Remove a Cron Job
Remove a Cron Job when it is no longer needed.
- On Devopness, navigate to a project, then select an environment
- Find the
Cron Jobscard - Click
Viewin theCron Jobscard to see a list of existingCron Jobs - In the list of Cron Jobs, find the cron job you want to remove and click the
NAMEof the cron job - On the upper-right corner of the cron job details view, click
REMOVE - Follow the prompts then click
REMOVE CRON JOB - In the list of Cron Jobs, the recently removed
Cron Jobwill be gone
Required Permissions
To complete the steps in this guide, the user needs the following permissions in the environment:
| Resource Type | Permission |
|---|---|
| Cron Job | Remove |
For instructions on how to grant user permissions in an environment, see Add team to an Environment
Edit a Cron Job
Edit a Cron Job to modify the schedule, command, or other settings of an existing Cron Job.
Daemons
Many applications rely on background processes, or daemons, to keep critical programs alive and running continuously. Devopness simplifies the management of these daemons by providing a centralized platform, allowing you to configure, monitor, and maintain these persistent processes with ease. Daemons run as background processes and can automatically restart a program if it fails or when its code/command line is modified.