another happy friday! we just <released prefect 3....
# show-and-tell
n
another happy friday! we just released prefect 3.1.0 yesterday and we just released a youtube

video

introducing the main new feature:
prefect.toml
Copy code
[client]
max_retries = 5

[results]
persist_by_default = true
default_result_storage = "s3-bucket/my-bucket"

[tasks]
runner.thread_pool_max_workers = 50

[logging]
level = "INFO"
which lets you define a
toml
file to configure settings such as • how many threads to use when you say
some_task.map(some_iterable)
• whether / where to persist results • logging level • and all the rest! if you use an IDE like VS Code, you'll find that all these settings auto-complete thanks to @alex! feel free to leave feedback! (here's the code from the video)
prefect spin 5
🦜 4
wizard2 4
sonic 2
c
I subscribed edit: fail, isn't your channel