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

Scanon/fastapi #78

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

Scanon/fastapi #78

wants to merge 3 commits into from

Conversation

bio-boris
Copy link
Collaborator

@bio-boris bio-boris commented Feb 7, 2024

Need to verify that

    "RESPONSE_TIMEOUT": timeout,
    "REQUEST_TIMEOUT": timeout,
    "KEEP_ALIVE_TIMEOUT": timeout,
    "REQUEST_MAX_SIZE": max_size_bytes,

are in FASTAPI

Need to see if the

  • monitor_jobrunner.py still finds these logs
  • any missing settings we need

scanon added 3 commits July 8, 2023 13:26
This also fixes up some of the tests so they work with Podman.
* add error handling
* max timeouts parameters
* add a wait for start
@bio-boris bio-boris requested a review from scanon February 7, 2024 17:43
uvconfig = uvicorn.Config("JobRunner.callback_server:app", host=ip, port=port,
access_log=False, log_level="warning")
server = uvicorn.Server(uvconfig)
server.run()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to see if the

  • monitor_jobrunner.py still finds these logs
  • any missing settings we need

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.

2 participants