We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a way to clear the database regularly.
The text was updated successfully, but these errors were encountered:
We could provide a tutorial on local Postgres, this is how I run dev local.
Sorry, something went wrong.
Alternatively a docker container @jaaneh
@martink-rsa @jaaneh Now we are using node-schedule could we achieve this from inside the app itself?
node-schedule
I would probably want this to be done externally due to node-schedule being in-memory. It'll mess up on merges, no?
https://render.com/docs/cronjobs is an option. We can have it run once a week/biweekly. Clear db & seed
No branches or pull requests
We need a way to clear the database regularly.
The text was updated successfully, but these errors were encountered: