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 missing max_execution parma when creating task #55

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

v9n
Copy link
Member

@v9n v9n commented Dec 10, 2024

I forgot to include this param so it always 0

Memo: body.Memo,
ExpiredAt: body.ExpiredAt,
StartAt: body.StartAt,
MaxExecution: body.MaxExecution,
Copy link
Member Author

Choose a reason for hiding this comment

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

@chrisli30 this will fix the MaxExecution always returning 0

@v9n v9n merged commit f643028 into main Dec 10, 2024
2 of 4 checks passed
@v9n v9n deleted the fix-missing-max-exec-param branch December 12, 2024 02:37
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.

1 participant