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

Increase celery job timeout #3903

Merged
merged 1 commit into from
Jun 17, 2019
Merged

Increase celery job timeout #3903

merged 1 commit into from
Jun 17, 2019

Conversation

ranbena
Copy link
Contributor

@ranbena ranbena commented Jun 16, 2019

  • Bug Fix

Description

With the default 4 sec timeout, I'm experiencing endless repeated job restarts that kill my cpu 🥵
Increased to 10 sec and it doesn't happen no more.

@cypress
Copy link

cypress bot commented Jun 16, 2019



Test summary

63 0 0 0


Run details

Commit 7eee39c
Started Jun 16, 2019 8:25 AM
Ended Jun 16, 2019 8:32 AM
Duration 06:59 💡
OS linux Debian - 8.10
Browser Electron 61.0.3163.100

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of your project's GitHub integration settings. You can manage this integration in your project's settings in the Cypress Dashboard

@deecay
Copy link
Contributor

deecay commented Jun 16, 2019

How aboit exposing this conf to env? The necessary time depends heavily on the machine you have. I usually set this value to 30 in my 2gb ram ec2.

@arikfr
Copy link
Member

arikfr commented Jun 16, 2019

@deecay I didn't realize it can be so slow :-\

In this case, then yes -- we should make it configurable. Do you want to take this?

@deecay
Copy link
Contributor

deecay commented Jun 16, 2019

@arikfr sure I can.

@arikfr arikfr merged commit d617f57 into master Jun 17, 2019
@arikfr arikfr deleted the proc-timeout branch June 17, 2019 05:35
@arikfr
Copy link
Member

arikfr commented Jun 17, 2019

@deecay great, thanks! I merged this anyway, as it's an improvement over current state and so you have what to base your version on.

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.

3 participants