Midjourney cron schedule

Configure server cron (every 30 min). When time and date match, random prompts are sent to Midjourney /imagine only — no images saved here.

Run settings

Starts here; when empty, cron moves to the next folder (by sort order), then the next, until prompts run out everywhere.

Each cron hit picks a random prompt count between min and max, and a random pause between each /imagine.

Saved

Server crontab (every 30 min)

*/30 * * * * cd /path/to/graphic-automation && php api/inspiration_cron.php >> storage/logs/inspiration-cron.log 2>&1

CLI path on this server:

php /home/u312849431/domains/logiczeno.com/public_html/graphic.logiczeno.com/api/inspiration_cron.php

            

Time windows (30 minutes)

Cron only runs when server time falls inside a checked slot. Example: 10:00–10:30, 10:30–11:00.

Allowed dates (optional)

If you add dates here, cron only runs on those days (plus a matching time window). Leave empty to allow every day.

    Cron run log

    Each server cron hit is recorded with time, matched slot, folder, and random min/max values used.

    When Slot Result
    Loading…