yith google feed regen Ungrouped

Edit
Expected Frequency

Daily (1d)

Grace Period

10 minutes

API Token

01c22b7a18cbb06ce522b23220843785939565ca388cd0dabee8a18b1a3fbd3d

Usage ▸
PHP cURL
<?php
$ch = curl_init('https://cron-task-monitoring.documentonready.com/api/report.php');
curl_setopt_array($ch, [
    CURLOPT_POST           => true,
    CURLOPT_RETURNTRANSFER => true,
    CURLOPT_HTTPHEADER     => [
        'Content-Type: application/json',
        'X-Api-Token: 01c22b7a18cbb06ce522b23220843785939565ca388cd0dabee8a18b1a3fbd3d',
    ],
    CURLOPT_POSTFIELDS => json_encode([
        'identifier' => 'yith google feed regen',
        'status'     => 'success',
        'message'    => 'Task completed',
    ]),
]);

$response = curl_exec($ch);
curl_close($ch);
echo $response;
Bash (crontab)
# Append to your cron job to report success/failure:
/path/to/your-job.sh && \
  curl -s -X POST https://cron-task-monitoring.documentonready.com/api/report.php \
    -H "Content-Type: application/json" \
    -H "X-Api-Token: 01c22b7a18cbb06ce522b23220843785939565ca388cd0dabee8a18b1a3fbd3d" \
    -d '{"identifier":"yith google feed regen","status":"success","message":"OK"}' || \
  curl -s -X POST https://cron-task-monitoring.documentonready.com/api/report.php \
    -H "Content-Type: application/json" \
    -H "X-Api-Token: 01c22b7a18cbb06ce522b23220843785939565ca388cd0dabee8a18b1a3fbd3d" \
    -d '{"identifier":"yith google feed regen","status":"failure","message":"Script exited with error"}'

Recent Runs (30d)

Success: 30 | Failure: 0 | Missed: 0

Status Message Reported At
success OK 2026-08-14 04:56:43
success OK 2026-08-13 04:56:39
success OK 2026-08-12 04:56:42
success OK 2026-08-11 04:56:45
success OK 2026-08-10 04:56:38
success OK 2026-08-09 04:56:40
success OK 2026-08-08 04:56:41
success OK 2026-08-07 04:56:44
success OK 2026-08-06 04:56:42
success OK 2026-08-05 04:56:46
success OK 2026-08-04 04:56:47
success OK 2026-08-03 04:56:47
success OK 2026-08-02 04:56:45
success OK 2026-08-01 04:56:44
success OK 2026-07-31 04:56:43
success OK 2026-07-30 04:56:37
success OK 2026-07-29 04:56:41
success OK 2026-07-28 04:56:52
success OK 2026-07-27 04:56:38
success OK 2026-07-26 04:56:41
success OK 2026-07-25 04:57:00
success OK 2026-07-24 04:56:46
success OK 2026-07-23 04:56:34
success OK 2026-07-22 04:56:45
success OK 2026-07-21 04:56:46
success OK 2026-07-20 04:56:43
success OK 2026-07-19 04:56:37
success OK 2026-07-18 04:56:36
success OK 2026-07-17 04:56:37
success OK 2026-07-16 04:56:36