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

Improve InProcessClientAPIExecutor #2536

Merged
merged 7 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. 1. rename ExeTaskFnWrapper class to TaskScriptRunner

    2. Replace implementation of the inprocess function exection from calling a main() function to user runpy.run_path() which reduce the user requirements to have main() function
    3. redirect print() to logger.info()
    chesterxgchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c064aca View commit details
    Browse the repository at this point in the history
  2. 1. rename ExeTaskFnWrapper class to TaskScriptRunner

    2. Replace implementation of the inprocess function exection from calling a main() function to user runpy.run_path() which reduce the user requirements to have main() function
    3. redirect print() to logger.info()
    chesterxgchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b1a0e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f0bb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    608efe2 View commit details
    Browse the repository at this point in the history
  5. fix typo

    chesterxgchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d2a42bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2590e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    d63881c View commit details
    Browse the repository at this point in the history