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: split handle_get_tasks into multiple functions #2131

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from

Conversation

mattmundell
Copy link
Contributor

@mattmundell mattmundell commented Feb 8, 2024

What

The function handle_get_tasks was very large. This PR moves most of the code out to new functions get_tasks_send_schedules_only and get_tasks_send_task

Why

This makes the function easier to understand and maintain. Specifically it makes it easier to understand performance issues.

References

Waits for /pull/2122

Copy link

github-actions bot commented Feb 8, 2024

Conventional Commits Report

Type Number
Changed 2

🚀 Conventional commits found.

@mattmundell mattmundell changed the title Faster trash tasks Change: split handle_get_tasks into multiple functions Feb 12, 2024
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