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

Use background job to fetch and generate pdf transcript #8

Open
georgymh opened this issue Jun 15, 2016 · 0 comments
Open

Use background job to fetch and generate pdf transcript #8

georgymh opened this issue Jun 15, 2016 · 0 comments
Labels

Comments

@georgymh
Copy link
Owner

According to this Heroku article, connections have a mandatory timeout period of 30 seconds. Since the process of connecting to the portal, retrieving the transcript, and generating a PDF can (and now suddenly does) take more than 30 seconds, we should adopt the solution presented in the article: refactoring this process into a Worker Dyno that supports Background Jobs.

@georgymh georgymh added the bug label Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant