Jeff Hale
06/09/2023, 6:07 PMale
06/12/2023, 7:25 AMGemma
06/20/2023, 3:28 PMJeff Hale
06/21/2023, 7:18 AMJeff Hale
06/21/2023, 8:30 AMJeff Hale
06/21/2023, 8:44 AMAdam Stone
06/21/2023, 9:10 AMhttpx.ConnectTimeout: _ssl.c:1114: The handshake operation timed out
errors - think too many of us are pinging the APINate
06/21/2023, 9:15 AMYou may also configure the "root" Python logger. The root logger receives logs from all loggers unless they explicitly opt out by disabling propagation. By default, the root logger is configured to outputhttps://docs.prefect.io/2.10.16/concepts/logs/#logging-configurationlevel logs to the console.WARNING
Adam Stone
06/21/2023, 9:32 AMINFO
message saying “results saved to cache” or something like that so it’s clearer when caching is happening vs not? Or is caching typically a behind-the-scenes action?Taylor Curran
06/21/2023, 9:32 AMJeff Hale
06/21/2023, 9:47 AMTaylor Curran
06/21/2023, 9:49 AMfrom prefect import flow, get_run_logger
@flow(name="log-example-flow")
def logger_flow():
logger = get_run_logger()
<http://logger.info|logger.info>("INFO level log message.")
https://docs.prefect.io/2.10.16/concepts/logs/#logging-in-flowsTaylor Curran
06/21/2023, 10:03 AMJovan Sakovic
06/21/2023, 10:18 AMTaylor Curran
06/21/2023, 10:22 AMhttps://files.slack.com/files-pri/TAN3D79AL-F05DL0L9WDS/image.png▾
Cong CHen
06/21/2023, 10:59 AMincoming-webhook
06/21/2023, 11:17 AMincoming-webhook
06/21/2023, 11:21 AMJeff Hale
06/21/2023, 11:31 AMincoming-webhook
06/21/2023, 11:52 AMincoming-webhook
06/21/2023, 12:03 PMNate
06/21/2023, 12:20 PMJovan Sakovic
06/21/2023, 12:39 PMprefect deploy
not 🏃 🧵Nate
06/21/2023, 12:56 PMCong CHen
06/21/2023, 1:14 PMNate
06/21/2023, 1:21 PMCong CHen
06/21/2023, 2:26 PMAdam Stone
06/21/2023, 3:09 PMattempting to send slack notification
16:05:34.628 | ERROR | apprise - Unparseable URL <https://hooks.slack.com/workflows/TEVBQSK2M/A...A/4...9/o...S>
16:05:34.631 | ERROR | apprise - There are no service(s) to notify
I’ve copied/pasted the slack webhook directly from Slack into Prefect UI but to no avail … might Prefect be malforming the inputted URL in some way?Jeff Hale
06/21/2023, 5:40 PMJeff Hale
06/22/2023, 8:03 AM