Ben Ledbury
Ben Ledbury
I'm also disappointed by this. My issue with the suggested solution is performance, for inserting 100 rows it is around 20 times slower to do multiple inserts vs `createMany`. I...
This was from the example here: https://github.com/getlift/lift/blob/master/docs/queue.md#variables I'm just trying to get something working on my dev machine where I can push to a queue and have the handler run...
A simple error message would certainly have caused less confusion for me. I would probably also consider using namespaces or generated names for anything copilot creates to reduce the chance...
I did get something working in the end building the link manually, my code is a lot more complicated as it has a lot of different links but something like...
I think there is an important security concern here because environment variables often hold API keys for named or easily guessable third-party services. If one of those services is compromised...
I'm looking for this too. Migrating from Django where non-atomic migrations are standard.