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

0.35 dev #5

Merged
merged 10 commits into from
Dec 24, 2019
Merged

0.35 dev #5

merged 10 commits into from
Dec 24, 2019

Conversation

whelan9453
Copy link
Owner

@whelan9453 whelan9453 commented Dec 24, 2019

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

Add headers for CSV files and fix the server error when the query schema is empty.

whelan9453 and others added 10 commits December 17, 2019 13:26
Provide more information to App Insights
Workers silent for more than this many seconds are killed and restarted. By silent, it means silent from the perspective of the arbiter process, which communicates with the workers through a temporary file. If the worker is busy sending data, it does not update that file. From the perspective of the arbiter, the worker is missing heartbeats.

We add sleep(0) between generator iterations to give the worker a break and update the heartbeat file to keep the connection and worker process alive.
Fix the asynchronous worker timeout issue
# Conflicts:
#	superset/views/core.py
@whelan9453 whelan9453 merged commit 332f805 into 0.35 Dec 24, 2019
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.

1 participant