@MrSimonBennett Struggling with this as well, we cool through our floor with our heat pump but the temperature at which it can do that currently isn't sufficient
@thsottiaux When a chat/automation calls create_thread to create a thread in a new workspace it cannot define which environment so it doesn't run setup scripts
📣 Moneytrees is live! So proud to be able to launch my very own SaaS finally. Over the past 4,5 months I worked hard on building it. It's how I wish other invoicing software would work. Go give it a try with the free tier and let me know what you think!
I'll share more behind-the scenes stuff soon.
@matthieunapoli Defer will run the job in an terminating callback (after the response is sent but in the same process). Background will run it in a separate process (the same mechanism that is used with the concurrency helper), I guess that better fits your original idea