Skip to content

Conversation

@mgonnav
Copy link
Contributor

@mgonnav mgonnav commented Aug 17, 2022

Description

Control from the API how many jobs are running simultaneously and scale this number according to the current scale of our job manager engine (for Kubernetes, the number of available nodes).

Issue

Checklist before requesting a review

  • I have performed a self-review of my code.
  • My code follows the style guidelines of this project.
  • I have made corresponding changes to the documentation.
  • New and existing tests pass locally with my changes.
  • If this change is a core feature, I have added thorough tests.
  • If this change affects or depends on the behavior of other estela repositories, I have created pull requests with the relevant changes in the affected repositories. Please, refer to our official documentation.
  • I understand that my pull request may be closed if it becomes obvious or I did not perform all of the steps above.

mgonnav and others added 9 commits October 14, 2022 15:34
* Add lifespan & total_response_bytes fields to SpiderJob.
* Add UsageRecord model.
* Add endpoint to get UsageRecords in a date range and current project usage.
* Use DatabaseInterface
* Create usage records per project based on events (completed job, delete data)
* Do not delete the project but use a flag deleted to keep usage records
* Add item_count and request_count to SpiderJob
@mgonnav
Copy link
Contributor Author

mgonnav commented Oct 24, 2024

@joaquingx This is an extra feature to control the number of jobs to launch in Kubernetes based on the current cluster size. The idea is that if we can keep the number of jobs close to the limit, it will help Kubernetes autoscale better when it detects this situation. This PR needs further testing since the method get_scale_size() may not work on all platforms.

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.

2 participants