Skip to content
New issue

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

EVEREST-1063 Schedules validation #337

Merged
merged 1 commit into from
May 28, 2024

Conversation

oksana-grishchenko
Copy link
Contributor

EVEREST-1063

Recently there was introduced validation that forbid the duplicated schedules. The schedules with the same storage and time were considered duplicated.
Since the purpose of the validation is to reduce the db load and potential problems which the user may face in case of several backups running simultaneously, it was decided to change the validation so that the API wouldn't allow the same time regardless of the storage.

consider only the schedule regardless of the storage
@oksana-grishchenko oksana-grishchenko marked this pull request as ready for review May 28, 2024 10:50
@oksana-grishchenko oksana-grishchenko requested a review from a team as a code owner May 28, 2024 10:50
@oksana-grishchenko oksana-grishchenko merged commit 1432ab5 into main May 28, 2024
11 checks passed
@oksana-grishchenko oksana-grishchenko deleted the EVEREST-1063-validate-time-for-schedules branch May 28, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants