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

DPL-nnn Migrate all script/runners to step_planners #193

Open
JamesGlover opened this issue Apr 26, 2022 · 0 comments
Open

DPL-nnn Migrate all script/runners to step_planners #193

JamesGlover opened this issue Apr 26, 2022 · 0 comments

Comments

@JamesGlover
Copy link

JamesGlover commented Apr 26, 2022

Describe the Housekeeping
Script/runners have some significant performance overheads, as they involve spinning up an entirely new process, and rely on serialization and deserialization of their information, which often results in excess database queries.

Note: Care will have to be made to avoid affecting any global state, as global state will be shared by all jobs.

Long term we could consider performing some tasks synchronously as well.

Blocking issues
Describe any other issues or tickets that may be blocking this change.

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant