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

Some task logs are not displayed in the UI even though they are captured by the JDBC backend #4044

Closed
anna-geller opened this issue Jun 15, 2024 · 1 comment · Fixed by #4468
Assignees
Labels
area/frontend Needs frontend code changes bug Something isn't working kind/blocker Urgent blocker that needs immediate resolution

Comments

@anna-geller
Copy link
Member

Describe the issue

When you download logs, you can validate that they are captured on the backend side.

However, the UI doesn't display some of them for tasks with many logs:
image

Environment

  • Kestra Version: develop 0.18
@anna-geller anna-geller added the bug Something isn't working label Jun 15, 2024
@anna-geller anna-geller added kind/blocker Urgent blocker that needs immediate resolution area/backend Needs backend code changes area/frontend Needs frontend code changes and removed area/backend Needs backend code changes labels Jul 11, 2024
@anna-geller
Copy link
Member Author

reproducer:

id: myflow
namespace: company.team

inputs: 
  - id: nr
    type: INT
    defaults: 500

tasks:
  - id: log
    type: io.kestra.plugin.scripts.python.Script
    script: |
      logs = int({{ inputs.nr }}) + 1
      for i in range(1, logs):
          print(f"Generating log messages: {i}")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes bug Something isn't working kind/blocker Urgent blocker that needs immediate resolution
Projects
Archived in project
2 participants