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

VM migration code changes #40

Merged
merged 3 commits into from
Jan 12, 2024
Merged

VM migration code changes #40

merged 3 commits into from
Jan 12, 2024

Conversation

naveena-maplelabs
Copy link
Contributor

  1. While creating restore tasks, if the task with same name is completed or cancelled, new task with same name is created.
  2. Support to filter tasks based on start and end time is added.
  3. By default last one week tasks will be returned. Supported format is DD/MM/YYYY

1) While creating restore tasks, if the task with same name is completed or
cancelled, new task with same name is created.
2) Support to filter tasks based on start and end time is added.
3) By default last one week tasks will be returned. Supported format is DD/MM/YYYY
@@ -25,7 +25,7 @@
import json
import socket
import traceback

from datetime import datetime, timedelta
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this in requirements this library ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I didnt see timedelta used anywhere ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

timedelta is used at line number 587. datetime is inbuilt package.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, just make sure the package is autoinstalled on upgrade .

@naveena-maplelabs naveena-maplelabs merged commit 6bf1318 into main Jan 12, 2024
1 of 3 checks passed
@naveena-maplelabs naveena-maplelabs deleted the migrate_vm branch January 12, 2024 04:34
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