Documentation
Home
Search…
Welcome!
Resources
Roadmap
Feedback
Changelog
Support
Enterprise Support
Account Management
For Users
For Businesses
For Enterprises
Creator
Course Settings
Content and Sections
Content Editor
Publishing
How-To's
Environment Set Up
Create a Content with Files Over 100MB
Persisting Database States (SQL Server)
Persisting Database States (Postgres)
Persisting Database States (MySQL)
Loading a Starting Database (MySQL)
Using PHP / LAMP Stacks
Creating a Django Project
Creating a Vue.js Project
Creating an Angular Project
Using OWASP Juice Shop
Creating Rails Content
Using cron
Interface Configuration
Testing Techniques
3rd Party Software
Content Templates
API
Getting Started
V1
Reports
Webhooks
Zapier
Technical Requirements
URLs
Browsers
Operating Systems
SLA
Legal
Terms of Service
Privacy Policy
Webinars
2019
Powered By GitBook
Using cron
cron is disabled by default, as it runs a large number of tasks that lead to unnecessary resource consumption.
However, if you need cron in your content, it is easy to enable! Just add the following to your content's startup script:
1
sudo systemctl unmask cron
2
sudo systemctl enable --now cron
Copied!
cron will now be up and running:
Previous
Creating Rails Content
Next
Interface Configuration
Last modified 2yr ago
Copy link