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

Fix issue with socket length > 108 due to long task names #593

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

zph
Copy link
Contributor

@zph zph commented Jun 26, 2024

Ensures that we truncate task names to no more than 60 chars so they don't exceed the total length limit of 108 that's impose by unix.

Fixes: #395

@zph zph force-pushed the zh-fix-socket-length branch 5 times, most recently from 3395099 to 4b6aafb Compare June 26, 2024 19:49
Ensures that we truncate task names to no more than 60 chars so they
don't exceed the total length limit of 108 that's impose by unix.

Fixes: dagu-org#395
@yohamta
Copy link
Collaborator

yohamta commented Jun 27, 2024

Hi @zph, ✨✨✨LGTM✨✨✨, thank you very much for the amazing PR!

@yohamta yohamta merged commit 55cbaab into dagu-org:main Jun 27, 2024
2 of 3 checks passed
@zph zph deleted the zh-fix-socket-length branch June 27, 2024 01:26
@zph
Copy link
Contributor Author

zph commented Jun 27, 2024

@yohamta 🤩 you're welcome! TY very much for creating this minimalist airflow! I'm happy to contribute back :)

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.

too long dag description causes scoket error
2 participants