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

File conversion taking time #68

Open
zishanj opened this issue Feb 1, 2023 · 3 comments
Open

File conversion taking time #68

zishanj opened this issue Feb 1, 2023 · 3 comments

Comments

@zishanj
Copy link

zishanj commented Feb 1, 2023

here is the screenshot of log which shows some 97 seconds difference between START and CONVERT

image

Any idea why and how to reduce this difference?

@brendanheywood any input plz? :)

@zishanj
Copy link
Author

zishanj commented Feb 1, 2023

there are also logs like below which only START and END the process without any conversion:

image

why we have these unnecessary execution when there is no conversion to take place?

@brendanheywood
Copy link
Contributor

Sorry I'm not really across this one in detail, maybe @golenkovm might know a bit more

@zishanj
Copy link
Author

zishanj commented Feb 2, 2023

Just figure it out. It's working fine and efficiently. After the student upload assignment an entry is created in DB. A cron job is executed every minute to check that entry and perform conversion accordingly in the background.

But that second screenshot I shared previously in which only START and END process is executed without any CONVERT is not cleared yet. AWS does add that duration also in the bill.

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

No branches or pull requests

2 participants