Skip to content

Commit

Permalink
Add sync_timedb to autorun
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlienharrell committed Jan 24, 2025
1 parent eab7b4c commit f89d812
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions services-conf/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ stderr_redirect=true
stderr_logfile=/dev/fd/1
stderr_logfile_maxbytes=0

[program:sync_timedb]
command=/usr/local/bin/python3 /home/hpcperfstats/hpcperfstats/dbload/sync_timedb.py
user=hpcperfstats
autorestart=true
startretries=20
stdout_redirect=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
stderr_redirect=true
stderr_logfile=/dev/fd/1
stderr_logfile_maxbytes=0

0 comments on commit f89d812

Please sign in to comment.