We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users will be able to specify the period of backup job launch.
Need to implement an execution of the specified schedule.
How do I see it right now:
The execution tracking will be out of the MVP scope, but, most probably, should have to be done via monitoring for the container's events: https://docs.docker.com/engine/api/v1.46/#tag/System/operation/SystemEvents
The ReplicatedJob creates a new container when the job starts and this container lives until the job is finished.
The text was updated successfully, but these errors were encountered:
Replaced with a simpler to integrate process in #65.
Sorry, something went wrong.
No branches or pull requests
Users will be able to specify the period of backup job launch.
Need to implement an execution of the specified schedule.
How do I see it right now:
The execution tracking will be out of the MVP scope, but, most probably, should have to be done via monitoring for the container's events: https://docs.docker.com/engine/api/v1.46/#tag/System/operation/SystemEvents
The ReplicatedJob creates a new container when the job starts and this container lives until the job is finished.
The text was updated successfully, but these errors were encountered: