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

Update build from database at __exit__ #3292

Merged
merged 2 commits into from
Nov 22, 2017
Merged

Conversation

humitos
Copy link
Member

@humitos humitos commented Nov 21, 2017

When an exception happens and it's handled by exit our Build in
the database is not updated and it stay in 'Installing' forever. So,
when something bad happens we force a call to update_build with the
FINISHED state

Attempt to fix #3285

When an exception happens and it's handled by __exit__ our Build in
the database is not updated and it stay in 'Installing' forever. So,
when something bad happens we force a call to `update_build` with the
FINISHED state

Attempt to fix #3285
@agjohnson
Copy link
Contributor

I believe this all makes sense. 👍

@agjohnson agjohnson merged commit 3e1651e into master Nov 22, 2017
@agjohnson agjohnson deleted the humitos/fix/issue3285 branch November 22, 2017 00:06
kakulukia added a commit to kakulukia/readthedocs.org that referenced this pull request Nov 23, 2017
* 'master' of github.com:rtfd/readthedocs.org:
  Add GLOBAL_PIP_CACHE setting (readthedocs#3299)
  Remove invalid attribute `exception` (readthedocs#3298)
  Update build from database at __exit__ (readthedocs#3292)
  Extra way to check OOM of a command ran inside Docker (readthedocs#3294)
  Add supervisord contrib example (readthedocs#3262)
  Allow promos to be placed in the docs footer (readthedocs#3267)
  Do not convert to bytes the `refresh_token` (readthedocs#3273)
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.

Build passed but there is an error on the build page
2 participants