Bad Messages
Clear data automatically
Is it possible to clear my database data automatically every night at midnight? We are running a showcase type app using our web framework, and want to clear data.
Also - with that being said, another user has "edit" access and they can do most everything else but can't wipe the volume.
We can do other things but I'm wondering if its available for us via the UI
https://fullstack.litestar.dev/
6 replies
Invoice per Project
Is it possible to get/view a breakdown of costs per-deployment in my invoice?
I host 2 projects for open source communities and I need to be able to submit the expense but currently the PDF just shows a "lump sum" of usage and cost.
6 replies
Python with Node
Hello,
We are having a bit of trouble providing a multi-service application that utilizes Node and Python on one of the services.
The issue is
nodenv
is failing to install and then failing the subsequent npm install
/build
steps.
Our nixpacks.toml
: https://github.com/litestar-org/litestar-fullstack/blob/main/nixpacks.toml
is there something we are missing?
40 replies