Scheduled task execution history

Coolify records each scheduled and manual task run under Recent executions. Use these records to confirm that a command finished and to inspect its output when it fails.

Open execution history

  1. Open the application or service.
  2. Select Configuration > Scheduled Tasks.
  3. Select a task.
  4. Scroll to Recent executions.

Coolify shows the 20 most recent execution records, newest first.


Read an execution

StatusMeaningWhat to do
In ProgressThe command is still running.Keep the task page open while Coolify refreshes the record.
SuccessThe command exited without a reported error.Open the output and confirm the command produced the intended result.
FailedThe command failed, timed out, or could not run in the selected container.Open the output and start with the first reported error.

Completed records also show the start time, end time, and duration. Times are displayed in the timezone configured for the server that runs the resource.


Inspect and download output

Click an execution record to expand its captured output.

For long output, click Load More to reveal another group of lines or Load All to show the complete captured output. Click Download Logs to save non-empty output as a .log file.

An execution can succeed without printing output. Verify the actual result of the command when output alone is not enough.


Troubleshooting

On this page