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

link to docs on starting ephemeral server #15636

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

zzstoatzz
Copy link
Collaborator

@zzstoatzz zzstoatzz commented Oct 9, 2024

closes #15597

open to suggestions on these exact log messages

In [1]: from prefect import flow

In [2]: @flow
   ...: def f(): pass

In [3]: f()
16:16:42.932 | INFO    | prefect - Starting ephemeral server on http://127.0.0.1:8095 - see https://docs.prefect.io/3.0/manage/self-host#self-host-a-prefect-server for more information on running a dedicated Prefect server.
16:16:45.015 | INFO    | prefect.engine - Created flow run 'khaki-wildcat' for flow 'f'
16:16:45.066 | INFO    | Flow run 'khaki-wildcat' - Finished in state Completed()

In [4]: exit
16:16:48.660 | INFO    | prefect - Stopping ephemeral server on http://127.0.0.1:8095

@github-actions github-actions bot added enhancement An improvement of an existing feature labels Oct 9, 2024
@zzstoatzz zzstoatzz force-pushed the more-informative-epehemeral-server-log branch from 6ab9902 to 884932f Compare October 9, 2024 21:20
Copy link

codspeed-hq bot commented Oct 9, 2024

CodSpeed Performance Report

Merging #15636 will not alter performance

Comparing more-informative-epehemeral-server-log (88fb2f0) with main (bc0a0c8)

Summary

✅ 3 untouched benchmarks

@zzstoatzz zzstoatzz merged commit 2a5c129 into main Oct 9, 2024
30 checks passed
@zzstoatzz zzstoatzz deleted the more-informative-epehemeral-server-log branch October 9, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

document the usage of PREFECT_PROFILE when developing locally and deploying in production
2 participants