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

refactor: optimize create job task of control plane #415

Merged
merged 1 commit into from
May 17, 2023

Commits on May 15, 2023

  1. refactor: optimize create job task of control plane

    optimized create job task of control plane by changing the DB write task to insert multiple entries in batch, instead of original method of inserting one by one.
    changing it to insert multiple entries at once at DB makes the overall create job procedure faster.
    in addition, nginx timeout and message size parameters are updated for scalable create job task.
    jaemin-shin committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9ca5b01 View commit details
    Browse the repository at this point in the history