Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Supervisor Vms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
tools
Supervisor Vms
Commits
5e064f2183a2
Commit
5e064f2183a2
authored
2 years ago
by
jfp
Browse files
Options
Downloads
Patches
Plain Diff
Fix a bug when commands start/stop are sent with short delay between each command
parent
7859d719b9ed
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
supervisord.py
+4
-3
4 additions, 3 deletions
supervisord.py
with
4 additions
and
3 deletions
supervisord.py
+
4
−
3
View file @
5e064f21
...
...
@@ -387,6 +387,7 @@
self
.
process
.
state
=
ProcessStates
.
FATAL
return
self
.
remain_startretries
-=
1
if
self
.
timer_item
:
self
.
timer_item
.
cancel
=
True
self
.
timer_item
=
None
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment