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

Add execution_id to process_signals table and use it #67

Merged
merged 2 commits into from
Jun 27, 2017

Conversation

eagletmt
Copy link
Member

I'm planning to implement a new worker like command-executor.
Since it doesn't run commands in the same host but runs commands in
Amazon ECS, process_signals cannot have meaningful pid and hostname. I
think process_signals actually references executions, so I've added
execution_id column to process_signals table.

@eisuke @takai @cookpad/dev-infra please review

I'm planning to implement a new worker like command-executor.
Since it doesn't run commands in the same host but runs commands in
Amazon ECS, process_signals cannot have meaningful pid and hostname. I
think process_signals actually references executions, so I've added
execution_id column to process_signals table.
Copy link
Member

@eisuke eisuke left a comment

Choose a reason for hiding this comment

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

👍

@eagletmt
Copy link
Member Author

Fixed error when no worker is associated with the execution
18376fd

@eagletmt eagletmt merged commit 24ed9c0 into cookpad:master Jun 27, 2017
@eagletmt eagletmt deleted the execution-id branch June 27, 2017 06:41
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