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: getScheduledExecutions(...) should be able to return executions with unresolved tasks #418

Merged
merged 3 commits into from
Aug 25, 2023

Conversation

kagkarlsson
Copy link
Owner

@kagkarlsson kagkarlsson commented Aug 25, 2023

If the SchedulerClient is instantiated with no known tasks, it currently does not find any executions since the client will not be able to resolve the task and will therefore filter them out.

This PR changes the behavior of getScheduledExecution(), getScheduledExecutions() to also return unresolved executions, and additionally adds options in ScheduledExecutionsFilter to enable controlling whether or not to include them.

@kagkarlsson kagkarlsson merged commit c43024e into master Aug 25, 2023
13 checks passed
@kagkarlsson kagkarlsson added the released Issue has been released label Aug 25, 2023
@kagkarlsson
Copy link
Owner Author

🎉 This issue has been resolved in v12.5.0 (Release Notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant