Closed jgrevich closed 10 years ago
The database is supposed to be reset every sunday at 3am PST. Currently it is being reset however the default data is not added. I think this may be a timing issue and that both tasks are being run concurrently.
The cron job had the db:reset and db:seed command running at the same time. Having them run asynchronously resolved the problem.
db:reset
db:seed
The database is supposed to be reset every sunday at 3am PST. Currently it is being reset however the default data is not added. I think this may be a timing issue and that both tasks are being run concurrently.