You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a cron task as part of the Watchdog subprocess that's supposed to export the pin database to CSV every 24 hours. The export code works when run by hand, but doesn't appear to be firing at all in the Watchdog. We've gotten complaints that the export data is unavailable, so we know some users want that information.
The text was updated successfully, but these errors were encountered:
The export code also appears to work when the server is running locally (via ./runplain.sh), but not when running inside Apache+Passenger.
In addition, the camera backup code (which also runs inside the Watchdog) appears to be working perfectly. Is it possible the export thread is crashing on the server? Time to add more debugging output.
We have a cron task as part of the Watchdog subprocess that's supposed to export the pin database to CSV every 24 hours. The export code works when run by hand, but doesn't appear to be firing at all in the Watchdog. We've gotten complaints that the export data is unavailable, so we know some users want that information.
The text was updated successfully, but these errors were encountered: