Your Projects
Loading your project assignments...
Loading your project assignments...
Manage projects, access, and credentials.
| Name | Status |
|---|
Personal preferences — only affects your own view.
Loading...
Control scheduled scripts from the dev portal. Upload confirmation, assignment check and conflict checks are used before saving or running tasks.
| Name | Status | Run Mode | Trigger | Next Run | Last Run | Last Result | Enabled |
|---|---|---|---|---|---|---|---|
| Loading schedules... | |||||||
Use after uploading new index.html or server.js.
node --check /opt/dev-portal/backend/server.js systemctl restart dev-portal systemctl status dev-portal --no-pager -l
Confirms the portal backend can call the live scheduler wrapper.
ls -l /usr/local/bin/recoturbo-schedulerctl sudo -u www-data sudo -n /usr/local/bin/recoturbo-schedulerctl list
Shows saved task JSON plus created systemd service/timer files.
ls -la /opt/reco-scheduler/tasks ls -la /etc/systemd/system/reco-sched-* systemctl list-timers --all | grep reco-sched systemctl list-units --type=service --all | grep reco-sched
Manual run for the current test task created from the portal.
sudo -u www-data sudo -n /opt/reco-scripts/scheduled/Backend/Lib/Helpers/recoturbo-manual-run schedule-test-task
Use when the portal says Run Now failed.
systemctl status reco-sched-schedule-test-task.service --no-pager -l journalctl -xeu reco-sched-schedule-test-task.service --no-pager -n 100 tail -n 150 /opt/reco-scripts/scheduled/231all-mlt/log.txt grep -n "ExecStart" /etc/systemd/system/reco-sched-schedule-test-task.service
Upload scripts/files first. Then create schedule tasks by selecting a saved Python file.
No logs loaded.
Track tasks across your projects.