-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
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
starting docker image with --autosave causes crontab.db to grow continuously #189
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It still happens... |
It turns out that it's not a bug, it's a desired behavior, but annoying and possibly causing some trouble. |
Likewise all this is due to an infinite loop which is as follows:
|
Interesting. Thanks for the investigation! I will fix this |
I create a PR about that issue |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've created a fork with the only change being adding
--autosave
tocommand=node /crontab-ui/app.js
insupervisord.conf
This way the crontabs get autostarted after a container restarts.
I noticed however that crontab.db keeps growing and growing. It continuously adds the same commands to the file. It got to 900mb in a two months.
What causes this and what can i do to prevent it?
The text was updated successfully, but these errors were encountered: