Skip to content

Commit 2b6b064

Browse files
Merge pull request #1053 from cloudinary/fix/initial-cron-jobs
Set default cron tasks
2 parents d5f702e + f1ac0b0 commit 2b6b064

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

php/class-cron.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ public function add_settings( $settings ) {
121121
array(
122122
'type' => 'cron',
123123
'slug' => 'tasks',
124-
'default' => array(),
124+
'default' => array(
125+
'update_asset_paths' => 'on',
126+
'rest_api' => 'on',
127+
'check_status' => 'on',
128+
),
125129
'cron' => $this,
126130
),
127131
),

0 commit comments

Comments
 (0)