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

Optional caching sample #47

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    a73b695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d0fc7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f8ff2e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. parse the last_modified field of the instance to a datetime object; r…

    …emove the wrong type hint to datetime, as the field is an uninterpreted string;
    hannesrichter committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c6f3898 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    6e8fc11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c072e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    3eff1e5 View commit details
    Browse the repository at this point in the history
  2. update the worker to use the correct field name; add info for when we…

    … skip because of still changing data sets;
    hannesrichter committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    82cec72 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. kill an instance if it ever got an exception, this will force an rese…

    …t of its associated runnable_instance;
    hannesrichter committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1fc20fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a62bbdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecc822d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f52246a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. allow the use of 3.11;

    hannesrichter committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    bb77000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9beece9 View commit details
    Browse the repository at this point in the history