Skip to content
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

Don't have supervisord run authfile-update #119

Conversation

matyasselmeci
Copy link
Contributor

We run authfile-update at image init time; also putting it into supervisor just causes errors because it's a script, not a service, and it exits.

2024-11-05 21:10:35,906 INFO spawned: 'stash-cache-authfile-update' with pid 543
2024-11-05 21:10:36,120 WARN exited: stash-cache-authfile-update (exit status 0; not expected)
2024-11-05 21:10:38,126 INFO spawned: 'stash-cache-authfile-update' with pid 544
2024-11-05 21:10:38,327 WARN exited: stash-cache-authfile-update (exit status 0; not expected)
2024-11-05 21:10:41,332 INFO spawned: 'stash-cache-authfile-update' with pid 547
2024-11-05 21:10:41,534 WARN exited: stash-cache-authfile-update (exit status 0; not expected)
2024-11-05 21:10:42,536 INFO gave up: stash-cache-authfile-update entered FATAL state, too many start retries too quickly

We run authfile-update at image init time; also putting it into
supervisor just causes errors because it's a script, not a service, and
it exits.

```
2024-11-05 21:10:35,906 INFO spawned: 'stash-cache-authfile-update' with pid 543
2024-11-05 21:10:36,120 WARN exited: stash-cache-authfile-update (exit status 0; not expected)
2024-11-05 21:10:38,126 INFO spawned: 'stash-cache-authfile-update' with pid 544
2024-11-05 21:10:38,327 WARN exited: stash-cache-authfile-update (exit status 0; not expected)
2024-11-05 21:10:41,332 INFO spawned: 'stash-cache-authfile-update' with pid 547
2024-11-05 21:10:41,534 WARN exited: stash-cache-authfile-update (exit status 0; not expected)
2024-11-05 21:10:42,536 INFO gave up: stash-cache-authfile-update entered FATAL state, too many start retries too quickly
```
@matyasselmeci matyasselmeci requested a review from a team November 5, 2024 21:37
Copy link
Member

@brianhlin brianhlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matyasselmeci matyasselmeci merged commit 79596cc into opensciencegrid:master Dec 3, 2024
23 checks passed
@matyasselmeci matyasselmeci deleted the pr/no-supervisor-authfile-update branch December 3, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants