Actions
Bug #7245
closedForeman-tasks startup can timeout on RHEL7
Description
On RHEL7 (systemd) the start operation can take little bit longer and in my case the startup timed out. We need to specify this in the service file:
TimeoutSec=600
Or similar to give rails environment some time to boot.
Updated by Lukas Zapletal over 10 years ago
- Related to Refactor #6297: Remove katello-jobs added
Updated by Lukas Zapletal over 10 years ago
- Status changed from Assigned to Rejected
Ok this was already fixed upstream:
commit c3c3cedc32ab5206b875cc5b09ce17edd9dee291
Refs: rubygem-foreman-tasks-0.6.8-1-1-gc3c3ced
Author: Ivan Nečas <inecas@redhat.com>
AuthorDate: Wed Aug 20 18:44:53 2014 +0200
Commit: Ivan Nečas <inecas@redhat.com>
CommitDate: Wed Aug 20 18:51:54 2014 +0200
Refs #6297 - fix systemd script
---
deploy/foreman-tasks.service | 2 +
1 file changed, 2 insertions()
Actions