Merge pull request #1231 from jberry-suse/devel-project-list-retry

systemd/devel-list: allow three retry attempts to handle regular OBS crash.
This commit is contained in:
Jimmy Berry 2017-10-31 20:01:10 -05:00 committed by GitHub
commit d8cd193c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,10 @@ User=osrt-staging-bot
SyslogIdentifier=osrt-staging-bot
ExecStart=/usr/bin/osrt-devel-project list -w
# API query regularly times out, but will be cached if called again.
Restart=on-failure
StartLimitInterval=1 hour
StartLimitBurst=3
[Install]
WantedBy=multi-user.target