-
Notifications
You must be signed in to change notification settings - Fork 0
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
Check on Welsch cron jobs #1105
Comments
There are two problems found with the cron jobs:
|
@dlebauer Any thoughts on what to do with these two findings? |
Once the db is syncing again, this query should return >1: select count(*) from dbfiles
where created_at > '2022-08-01'
and id between 1000000000 and 1001000000; |
Need to wait to update the database to resolve the update for REMOTE_SERVER=1 issue (PeCAn is being used the week of Octonber 10 |
Also todo:
|
Reopening to confirm that:
|
Closing this issue again since the original task has been completed. Moving these comments to issue #1098 since the changes can't be done until the docker images are brought up to date
|
Make sure the cron jobs are running correctly
The text was updated successfully, but these errors were encountered: