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 tornado 6.2's PeriodicCallback in restarter #822

Merged
merged 5 commits into from
Aug 19, 2022

Commits on Aug 18, 2022

  1. Use tornado 6.2's PeriodicCallback in restarter

    Since it will now await any callbacks that are awaitable, we no longer need to wrap it in a `run_sync` call.
    vidartf committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    81d7cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cdeaf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17e3e80 View commit details
    Browse the repository at this point in the history
  4. Remove unused imports

    vidartf committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f441c8f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. do not test xeus-cling

    blink1073 authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ae7772e View commit details
    Browse the repository at this point in the history