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 tornado version #2490

Merged
merged 1 commit into from
Aug 16, 2018

Conversation

dlstadther
Copy link
Collaborator

Description

Check for compatibility of tornado's new milestone release

Motivation and Context

Tornado 5.1.0 has been released. Also, a community member asked if Tornado >=5 was compatible

Have you tested this? If so, how?

Travis :)

@dlstadther
Copy link
Collaborator Author

@Tarrasch You good with this for validation of compatibility?

@Tarrasch
Copy link
Contributor

@Tarrasch You good with this for validation of compatibility?

Yep, I can't think of anything else that's needed.

@Tarrasch Tarrasch merged commit c4eda8c into spotify:master Aug 16, 2018
@dlstadther dlstadther deleted the feature/tornado-version-bump branch August 16, 2018 10:41
dlstadther added a commit to dlstadther/luigi that referenced this pull request Aug 16, 2018
* upstream-master:
  Remove long-deprecated scheduler config variable alternatives (spotify#2491)
  Bump tornado milestone version (spotify#2490)
  Update moto to 1.x milestone version (spotify#2471)
  Use passed password when create a redis connection (spotify#2489)
  S3 client refactor (spotify#2482)
  Rename to rpc_log_retries, and make it apply to all the logging involved
  Factor log_exceptions into a configuration parameter
  Fix attribute forwarding for tasks with dynamic dependencies (spotify#2478)
  Add a visiblity level for luigi.Parameters (spotify#2278)
  Add support for multiple requires and inherits arguments (spotify#2475)
  Add metadata columns to the RDBMS contrib (spotify#2440)
  Fix race condition in luigi.lock.acquire_for (spotify#2357) (spotify#2477)
  tests: Use RunOnceTask where possible (spotify#2476)
  Optional TOML configs support (spotify#2457)
  Added default port behaviour for Redshift (spotify#2474)
  Add codeowners file with default and specific example (spotify#2465)
  Add Data Revenue to the `blogged` list (spotify#2472)
  Fix Scheduler.add_task to overwrite accepts_messages attribute. (spotify#2469)
  Use task_id comparison in Task.__eq__. (spotify#2462)
@honnix
Copy link
Member

honnix commented Aug 24, 2018

It is probably worth noting that Python 2.7.9+ or 3.4+ is required by Tornado.

ImportError: Tornado requires an up-to-date SSL module. This means Python 2.7.9+ or 3.4+ (although some distributions have backported the necessary changes to older versions).

@honnix
Copy link
Member

honnix commented Aug 24, 2018

I think we might want to take this more seriously as it is a breaking change and I haven't found a way to workaround it even we are not using ssl.

@honnix
Copy link
Member

honnix commented Aug 24, 2018

Of course a force downgrade would solve it but looks quite bad.

@dlstadther
Copy link
Collaborator Author

I'm fine reverting this commit and making a note to reinstate it after dropping 2.7 support (if we ever do that)

@honnix
Copy link
Member

honnix commented Aug 24, 2018

wdyt @ulzha @Tarrasch ?

@ulzha
Copy link
Contributor

ulzha commented Aug 24, 2018

+1

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.

4 participants