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

Change runtime if runtime is higher 2147483647 #447

Merged
merged 2 commits into from
Jun 7, 2023

Conversation

anikaweinmann
Copy link
Member

@anikaweinmann anikaweinmann commented Jun 7, 2023

In the worker the job_timeout of an user is not allowed to be higher than 2147483647.
Not setting the job_timeout leads to a timeout of 180 seconds. Scince this is to low the job_timeout is set to -1 which means never expire if the user has a timout higher 2147483647.

Copy link
Member

@mmacata mmacata left a comment

Choose a reason for hiding this comment

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

Cool, thank you! I would just rephrase the one comment a bit, else pls merge!

@mmacata mmacata added this to the next_patch milestone Jun 7, 2023
Co-authored-by: Carmen Tawalika <mmacata@users.noreply.github.com>
@anikaweinmann anikaweinmann merged commit c3c0989 into main Jun 7, 2023
@anikaweinmann anikaweinmann modified the milestones: next_patch, 4.9.0 Jun 7, 2023
@mmacata mmacata deleted the fix_worker_timeout branch August 15, 2024 06:56
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