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

LITE-28562 Implement delegate_to_l2 task #110

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

Hairash
Copy link
Contributor

@Hairash Hairash commented Sep 19, 2023

No description provided.

@@ -24,7 +24,7 @@ class Task(Model):
)
deployment_request_id = db.Column(db.ForeignKey(DeploymentRequest.id))
title = db.Column(db.String(100))
error_message = db.Column(db.String((4000)))
error_message = db.Column(db.String(4000))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just fixed typo

writer.book.save(file_obj.name)

file_size = get_file_size(file_obj)
file_name = PPR_FILE_NAME_DELEGATION_L2.format(
Copy link
Contributor

Choose a reason for hiding this comment

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

[COD-C] if we are going to reuse this method for the other task, we should ask the name or name template as argument.

@Hairash Hairash force-pushed the LITE-28562-implement-delegation-l2-task branch from 707380e to fb9436e Compare September 20, 2023 08:54
@akodelia akodelia merged commit 9ac115a into master Sep 20, 2023
8 checks passed
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