Version v1.1.0
Beta Version
You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.
scheduler
| PLAKAR-SCHEDULER(1) | General Commands Manual | PLAKAR-SCHEDULER(1) |
NAME
plakar-scheduler —
Run the Plakar scheduler
SYNOPSIS
plakar scheduler | [-foreground] [start
-tasks configfile]
[stop] |
DESCRIPTION
The plakar scheduler runs in the
background and manages task execution based on the defined schedule.
The options are as follows:
-foreground- Run the scheduler in the foreground instead of as a background service.
-tasksconfigfile- Specify the configuration file that contains the task definitions and schedules.
start-tasksconfigfile- Starts the scheduler service and its tasks from configfile.
stop- Stop the currently running scheduler service.
DIAGNOSTICS
The plakar-scheduler utility
exits 0 on success, and >0 if an error occurs.
- 0
- Command completed successfully.
- >0
- An error occurred, such as invalid parameters, inability to create the repository, or configuration issues.
SEE ALSO
| July 3, 2025 | Plakar |
Found a bug or mistake in the documentation? Create an issue on GitHub